diff options
author | James Lopez <james@jameslopez.es> | 2018-01-25 16:21:23 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2018-01-26 15:26:25 +0100 |
commit | 482fc5537f8273d82fadde7a68b609eda3e64543 (patch) | |
tree | 9e1319bb36d6355d75019a3468b403916551393e /spec | |
parent | 4376be84ce18cde22febc50356ad254b507eef1b (diff) | |
download | gitlab-ce-482fc5537f8273d82fadde7a68b609eda3e64543.tar.gz |
fix validation error on services
Diffstat (limited to 'spec')
-rw-r--r-- | spec/lib/gitlab/import_export/project.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/import_export/project.json b/spec/lib/gitlab/import_export/project.json index 4cf33778d15..b6c1f0c81cb 100644 --- a/spec/lib/gitlab/import_export/project.json +++ b/spec/lib/gitlab/import_export/project.json @@ -7096,7 +7096,7 @@ "project_id": 5, "created_at": "2016-06-14T15:01:51.232Z", "updated_at": "2016-06-14T15:01:51.232Z", - "active": false, + "active": true, "properties": { }, |