Skip to content

Commit

Permalink
remove tenant from client fixture (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner authored Jan 19, 2025
2 parents 891e07b + f3c8b4a commit 8152312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ def tenant(app: Flask):


@pytest.fixture
def client(app: Flask, tenant) -> FlaskClient:
def client(app: Flask) -> FlaskClient:
return app.test_client()

0 comments on commit 8152312

Please sign in to comment.