We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f1f24 commit 919c5e3Copy full SHA for 919c5e3
services/web/server/tests/unit/with_dbs/03/login/test_login_change_email.py
@@ -80,8 +80,7 @@ async def test_change_and_confirm(
80
login_url = client.app.router["auth_login"].url_for()
81
logout_url = client.app.router["auth_logout"].url_for()
82
83
- assert isinstance(index_url, URL)
84
- assert index_url.path == URL(login_options.LOGIN_REDIRECT).path
+ assert URL(f"{index_url}").path == URL(login_options.LOGIN_REDIRECT).path
85
86
async with LoggedUser(client) as user:
87
# request change email
0 commit comments