Update springboot-mappings.yaml

patch-1
Ritik Chaddha 2022-07-28 14:05:35 +05:30
parent 8931041c19
commit 5fc571d722
1 changed files with 8 additions and 4 deletions

View File

@ -12,6 +12,8 @@ requests:
path:
- "{{BaseURL}}/mappings"
- "{{BaseURL}}/actuator/mappings"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
@ -21,13 +23,15 @@ requests:
- "method"
- "produces"
condition: and
- type: status
status:
- 200
- type: word
part: header
words:
- "application/json"
- "application/vnd.spring-boot.actuator"
- "application/vnd.spring-boot.actuator.v1+json"
condition: or
part: header
- type: status
status:
- 200