Update springboot-info.yaml

patch-1
Ritik Chaddha 2022-07-28 14:05:40 +05:30
parent a6d625a99d
commit d39c9b3b1f
1 changed files with 6 additions and 5 deletions

View File

@ -13,6 +13,7 @@ requests:
- "{{BaseURL}}/info"
- "{{BaseURL}}/actuator/info"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
@ -22,15 +23,15 @@ requests:
- '"artifact"'
condition: and
- type: status
status:
- 200
- type: word
part: header
words:
- "application/json"
- "application/vnd.spring-boot.actuator"
- "application/vnd.spring-boot.actuator.v2+json"
- "application/vnd.spring-boot.actuator.v1+json"
condition: or
part: header
- type: status
status:
- 200