Skip to content

Commit

Permalink
Fix weird format
Browse files Browse the repository at this point in the history
  • Loading branch information
stveit committed Mar 6, 2024
1 parent 364ff69 commit 45cea1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/web/auth/utils_test.py
Expand Up @@ -32,9 +32,7 @@ def test_should_clear_session_dict(self, db, session_request, admin_account):

class TestEnsureAccount:
def test_account_should_be_set_if_request_does_not_already_have_an_account(
self,
db,
session_request,
self, db, session_request
):
assert not hasattr(session_request, "account")
ensure_account(session_request)
Expand Down

0 comments on commit 45cea1f

Please sign in to comment.