Skip to content

Commit 8152312

Browse files
authored
remove tenant from client fixture (#22)
2 parents 891e07b + f3c8b4a commit 8152312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ def tenant(app: Flask):
2929

3030

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

0 commit comments

Comments
 (0)