Update flagged requests URL in UI test

This commit is contained in:
Théophile Diot 2024-02-05 14:12:03 +01:00
parent 51369dcab5
commit 412849e9ec
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -223,7 +223,7 @@ with driver_func() as driver:
sleep(1)
for _ in range(5):
get(f"http://www.example.com{ui_url}/home?id=/etc/passwd")
get("http://127.0.0.1/?id=/etc/passwd")
sleep(0.5)
### LOGIN PAGE