remove tenant from client fixture (#22)

This commit is contained in:
2025-01-19 08:49:24 -07:00
committed by GitHub
+1 -1
View File
@@ -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()