Fix false positives for non-200 status codes.
parent
8d7a21942f
commit
9fff393178
|
@ -21,7 +21,12 @@ http:
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/v1/console/server/state?accessToken=&username="
|
- "{{BaseURL}}/v1/console/server/state?accessToken=&username="
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
||||||
- type: regex
|
- type: regex
|
||||||
regex:
|
regex:
|
||||||
- '"version":"(\d+\.\d+\.\d+)"'
|
- '"version":"(\d+\.\d+\.\d+)"'
|
||||||
|
|
Loading…
Reference in New Issue