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