We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 891e07b + f3c8b4a commit 8152312Copy full SHA for 8152312
tests/conftest.py
@@ -29,5 +29,5 @@ def tenant(app: Flask):
29
30
31
@pytest.fixture
32
-def client(app: Flask, tenant) -> FlaskClient:
+def client(app: Flask) -> FlaskClient:
33
return app.test_client()
0 commit comments