Fix linter error and tune extraction regex
parent
17360138a5
commit
a9b6ca789f
|
@ -19,7 +19,7 @@ http:
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/ServiceCenter/Login.aspx"
|
- "{{BaseURL}}/ServiceCenter/Login.aspx"
|
||||||
- "{{BaseURL}}/Login.aspx"
|
- "{{BaseURL}}/Login.aspx"
|
||||||
|
|
||||||
stop-at-first-match: true
|
stop-at-first-match: true
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
|
@ -34,4 +34,4 @@ http:
|
||||||
part: body
|
part: body
|
||||||
group: 1
|
group: 1
|
||||||
regex:
|
regex:
|
||||||
- "environmentName:'([a-zA-Z0-9]+)'"
|
- 'environmentName:.?([a-z0-9A-Z\s]+).?'
|
||||||
|
|
Loading…
Reference in New Issue