fix redirect regex to match URI with ports and multiple nested routes
parent
f0098b52b4
commit
2cb82efd0b
|
@ -19,7 +19,7 @@ requests:
|
|||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- '(?i)Location: http(s|):\/\/[\w\.\-]+(\/ar|\/en|)\/users\/\w+'
|
||||
- '(?i)Location: https?:\/\/[\w\.\-]+[:\/\w-]*\/users\/\w+'
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
|
|
Loading…
Reference in New Issue