diff options
author | James Lopez <james@jameslopez.es> | 2018-06-20 16:18:40 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2018-06-20 16:18:40 +0200 |
commit | b0ddc55dc79bc141ae02c79cff83ec51672a4160 (patch) | |
tree | c82a5a3930c1e2c42509980696f0172e2ebcdff5 /spec | |
parent | 8522173e0ad912c41aaa68f4e01f03ac73cc4514 (diff) | |
download | gitlab-ce-b0ddc55dc79bc141ae02c79cff83ec51672a4160.tar.gz |
refactor code once again to fix IID issues
Diffstat (limited to 'spec')
-rw-r--r-- | spec/lib/gitlab/import_export/project.light.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/import_export/project.light.json b/spec/lib/gitlab/import_export/project.light.json index a401ce4c0c7..ba2248073f5 100644 --- a/spec/lib/gitlab/import_export/project.light.json +++ b/spec/lib/gitlab/import_export/project.light.json @@ -67,7 +67,7 @@ "milestone": { "id": 1, "title": "A milestone", - "project_id": 8, + "group_id": 8, "description": "Project-level milestone", "due_date": null, "created_at": "2016-06-14T15:02:04.415Z", |