Fix false positives for non-200 status codes.
parent
8d7a21942f
commit
9fff393178
|
@ -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+)"'
|
||||
|
|
Loading…
Reference in New Issue