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