summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2017-10-17 18:39:10 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2017-10-17 18:39:10 +0200
commit6d2338c7106425ed2434d4725d5ce3bfcdcf25c7 (patch)
tree0ecf15cde10b4f1d889d674f132d2aef58c28e15
parent5ee58c1c0699530612dcd2abcb2a07f041f0fca9 (diff)
downloadgitlab-ce-6d2338c7106425ed2434d4725d5ce3bfcdcf25c7.tar.gz
Fix failed test
-rw-r--r--spec/fixtures/api/schemas/registry/tag.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/fixtures/api/schemas/registry/tag.json b/spec/fixtures/api/schemas/registry/tag.json
index 8998e223558..3a2c88791e1 100644
--- a/spec/fixtures/api/schemas/registry/tag.json
+++ b/spec/fixtures/api/schemas/registry/tag.json
@@ -16,8 +16,8 @@
},
"short_revision": {
"type": "string",
- "minLength": 8,
- "maxLength": 8
+ "minLength": 9,
+ "maxLength": 9
},
"total_size": {
"type": "integer"