Skip to content

Commit

Permalink
Remove unneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
akuny committed Feb 21, 2024
1 parent 857dabf commit 33b3db9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/controllers/test_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def client(app):
@pytest.fixture
def logged_in_client(client, app):
with app.app_context(), app.test_request_context():
# Assuming you have a User model and a user in your database
user = User(
"test_user", "[email protected]", "test_provider", "test_logout_url"
)
Expand All @@ -29,7 +28,6 @@ def logged_in_client(client, app):

yield client

# Log out the user at the end of the test
logout_user()


Expand Down

0 comments on commit 33b3db9

Please sign in to comment.