added multiple checks for the accuracy
source of added checks https://docs.docker.com/registry/spec/api/patch-1
parent
6e09244b46
commit
8ed968e713
|
@ -9,7 +9,16 @@ requests:
|
|||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/v2/_catalog"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 1
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "repositories"
|
||||
- '"repositories":'
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "application/json"
|
||||
part: header
|
||||
|
|
Loading…
Reference in New Issue