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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-11 18:08:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-11 18:08:46 +0300
commit5fc3c77e2b08746bd39bfffae0c5918d63178433 (patch)
treef6d8d49f2caa07da9c09dc3333849b4c39cc857d /spec/fixtures
parent9517d0eb2ca8bde02d7fae2173e0a43b67b2b9f5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/internal/pages/lookup_path.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/internal/pages/lookup_path.json b/spec/fixtures/api/schemas/internal/pages/lookup_path.json
index a8a059577a6..a7793d679be 100644
--- a/spec/fixtures/api/schemas/internal/pages/lookup_path.json
+++ b/spec/fixtures/api/schemas/internal/pages/lookup_path.json
@@ -14,7 +14,7 @@
"source": { "type": "object",
"required": ["type", "path"],
"properties" : {
- "type": { "type": "string", "enum": ["file", "zip", "zip_local"] },
+ "type": { "type": "string", "enum": ["file", "zip"] },
"path": { "type": "string" }
},
"additionalProperties": false