Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@gitlab.com>2017-05-03 13:12:32 +0300
committerRémy Coutable <remy@rymai.me>2017-05-03 13:12:32 +0300
commit2174e37845f6865c20ba94da5520c8d9e874998f (patch)
tree1a6eb510ae73492e00d6d3621a3138d869c9d8fe /spec/support/import_export/import_export.yml
parentd811004d023cee1ae5cbcb5792faca34b30336a3 (diff)
Include missing project attributes to Import/Export
Diffstat (limited to 'spec/support/import_export/import_export.yml')
-rw-r--r--spec/support/import_export/import_export.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/support/import_export/import_export.yml b/spec/support/import_export/import_export.yml
index 17136dee000..734d6838f4d 100644
--- a/spec/support/import_export/import_export.yml
+++ b/spec/support/import_export/import_export.yml
@@ -11,9 +11,6 @@ project_tree:
- :user
included_attributes:
- project:
- - :name
- - :path
merge_requests:
- :id
user:
@@ -21,4 +18,7 @@ included_attributes:
excluded_attributes:
merge_requests:
- - :iid \ No newline at end of file
+ - :iid
+ project:
+ - :id
+ - :created_at \ No newline at end of file