Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Oct 14, 2024
1 parent dee56a6 commit 31e2df3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aleph/tests/test_sessions_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def test_password_login_post_good_email_and_password(self):
assert res.status_code == 200, res
assert res.json["id"] == str(self.role.id), res


def test_password_login_last_login(self):
SETTINGS.PASSWORD_LOGIN = True
secret = self.fake.password()
Expand Down Expand Up @@ -264,4 +263,4 @@ def mock_oauth_token_exchange(name: str, email: str):
"email": "[email protected]",
}

yield
yield

0 comments on commit 31e2df3

Please sign in to comment.