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/api/schemas/graphql/packages/package_details.json')
-rw-r--r--spec/fixtures/api/schemas/graphql/packages/package_details.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/graphql/packages/package_details.json b/spec/fixtures/api/schemas/graphql/packages/package_details.json
index f66f5eb35b5..2e7a950d330 100644
--- a/spec/fixtures/api/schemas/graphql/packages/package_details.json
+++ b/spec/fixtures/api/schemas/graphql/packages/package_details.json
@@ -14,6 +14,7 @@
"pipelines",
"versions",
"status",
+ "statusMessage",
"canDestroy",
"lastDownloadedAt",
"_links"
@@ -171,6 +172,12 @@
"ERROR"
]
},
+ "statusMessage": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
"dependencyLinks": {
"type": "object",
"additionalProperties": false,