Skip to content

Commit dd43202

Browse files
committed
linter
1 parent 8c8fcbc commit dd43202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/web/server/tests/unit/with_dbs/03/login/test_login_change_email.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ async def test_change_and_confirm(
8080
login_url = client.app.router["auth_login"].url_for()
8181
logout_url = client.app.router["auth_logout"].url_for()
8282

83+
assert isinstance(index_url, URL)
8384
assert index_url.path == URL(login_options.LOGIN_REDIRECT).path
8485

8586
async with LoggedUser(client) as user:

0 commit comments

Comments
 (0)