Update springboot-env.yaml

patch-1
Ritik Chaddha 2022-07-28 14:05:52 +05:30
parent 481d4ddd85
commit 89b4fea409
1 changed files with 7 additions and 4 deletions

View File

@ -12,6 +12,8 @@ requests:
path:
- "{{BaseURL}}/env"
- "{{BaseURL}}/actuator/env"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
@ -28,14 +30,15 @@ requests:
- "local.server.port"
condition: or
- type: status
status:
- 200
- type: word
part: header
words:
- "application/json"
- "application/vnd.spring-boot.actuator"
- "application/vnd.spring-boot.actuator.v1+json"
- "application/vnd.spring-boot.actuator.v2+json"
condition: or
part: header
- type: status
status:
- 200