Fix false positives for non-200 status codes.

patch-1
lu4nx 2023-06-11 12:19:06 +08:00
parent 8d7a21942f
commit 9fff393178
No known key found for this signature in database
GPG Key ID: 5C748E5F36388145
1 changed files with 5 additions and 0 deletions

View File

@ -21,7 +21,12 @@ http:
path:
- "{{BaseURL}}/v1/console/server/state?accessToken=&username="
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: regex
regex:
- '"version":"(\d+\.\d+\.\d+)"'