From 412849e9eceb4e99a1dad58b15ea58d18ccc1aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Mon, 5 Feb 2024 14:12:03 +0100 Subject: [PATCH] Update flagged requests URL in UI test --- tests/ui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui/main.py b/tests/ui/main.py index 9ddda878d..5d0a457cb 100644 --- a/tests/ui/main.py +++ b/tests/ui/main.py @@ -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