Skip to content

Commit 31e2df3

Browse files
committed
chore: fix formatting
1 parent dee56a6 commit 31e2df3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

aleph/tests/test_sessions_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def test_password_login_post_good_email_and_password(self):
7272
assert res.status_code == 200, res
7373
assert res.json["id"] == str(self.role.id), res
7474

75-
7675
def test_password_login_last_login(self):
7776
SETTINGS.PASSWORD_LOGIN = True
7877
secret = self.fake.password()
@@ -264,4 +263,4 @@ def mock_oauth_token_exchange(name: str, email: str):
264263
"email": "[email protected]",
265264
}
266265

267-
yield
266+
yield

0 commit comments

Comments
 (0)