diff --git a/tests/conftest.py b/tests/conftest.py index aa3fb95..b45b145 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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()