summaryrefslogtreecommitdiff
path: root/spec/lib
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-11-11 20:47:47 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-11-11 20:47:47 +0800
commit8b2426f898fdda47fc53f2c3d31c2060329430d4 (patch)
tree76992a23b27fca61f11e5103797bed4b71647c18 /spec/lib
parentd0df9b7a4c1b246f4ddf22ce7609357f9c07da23 (diff)
downloadgitlab-ce-8b2426f898fdda47fc53f2c3d31c2060329430d4.tar.gz
Mark DeployKey#can_push a safe attribute
Diffstat (limited to 'spec/lib')
-rw-r--r--spec/lib/gitlab/import_export/safe_model_attributes.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/lib/gitlab/import_export/safe_model_attributes.yml b/spec/lib/gitlab/import_export/safe_model_attributes.yml
index 07a2c316899..aac61d404a8 100644
--- a/spec/lib/gitlab/import_export/safe_model_attributes.yml
+++ b/spec/lib/gitlab/import_export/safe_model_attributes.yml
@@ -246,6 +246,7 @@ DeployKey:
- type
- fingerprint
- public
+- can_push
Service:
- id
- type
@@ -339,4 +340,4 @@ LabelPriority:
- label_id
- priority
- created_at
-- updated_at \ No newline at end of file
+- updated_at