Fix linter error and tune extraction regex

patch-1
Dominique RIGHETTO 2024-04-02 06:45:07 +02:00 committed by GitHub
parent 17360138a5
commit a9b6ca789f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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]+).?'