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 8c8fcbc commit dd43202Copy full SHA for dd43202
services/web/server/tests/unit/with_dbs/03/login/test_login_change_email.py
@@ -80,6 +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
85
86
async with LoggedUser(client) as user:
0 commit comments