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:
Diffstat (limited to 'spec/fixtures/lib/gitlab/import_export/with_invalid_records/project.json')
-rw-r--r--spec/fixtures/lib/gitlab/import_export/with_invalid_records/project.json37
1 files changed, 0 insertions, 37 deletions
diff --git a/spec/fixtures/lib/gitlab/import_export/with_invalid_records/project.json b/spec/fixtures/lib/gitlab/import_export/with_invalid_records/project.json
deleted file mode 100644
index b9e791ee85a..00000000000
--- a/spec/fixtures/lib/gitlab/import_export/with_invalid_records/project.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "description": "Nisi et repellendus ut enim quo accusamus vel magnam.",
- "import_type": "gitlab_project",
- "creator_id": 2147483547,
- "visibility_level": 10,
- "archived": false,
- "milestones": [
- {
- "id": 1,
- "title": null,
- "project_id": 8,
- "description": 123,
- "due_date": null,
- "created_at": "NOT A DATE",
- "updated_at": "NOT A DATE",
- "state": "active",
- "iid": 1,
- "group_id": null
- },
- {
- "id": 42,
- "title": "A valid milestone",
- "project_id": 8,
- "description": "Project-level milestone",
- "due_date": null,
- "created_at": "2016-06-14T15:02:04.415Z",
- "updated_at": "2016-06-14T15:02:04.415Z",
- "state": "active",
- "iid": 1,
- "group_id": null
- }
- ],
- "labels": [],
- "issues": [],
- "snippets": [],
- "hooks": []
-}