From 2dfe6da4279cf807ae4189840432cdfa2723c8d4 Mon Sep 17 00:00:00 2001 From: Dominik Wombacher Date: Apr 18 2024 23:23:59 +0000 Subject: tests: fix issues related to log in url in 'tests/test_pagure_flask_ui_login.py' --- diff --git a/tests/test_pagure_flask_ui_login.py b/tests/test_pagure_flask_ui_login.py index ea6ac99..02db2fc 100644 --- a/tests/test_pagure_flask_ui_login.py +++ b/tests/test_pagure_flask_ui_login.py @@ -1102,7 +1102,9 @@ class PagureFlaskLogintests(tests.SimplePagureTest): in ( "http://localhost/login/", "/login/?next=http%3A%2F%2Flocalhost%2Fsettings%2F", + "/login/?next=http://localhost/settings/", "http://localhost/login/?next=http%3A%2F%2Flocalhost%2Fsettings%2F", + "http://localhost/login/?next=http://localhost/settings/", ) ) # session did not expire