remove tenant from client fixture
This commit is contained in:
parent
891e07bb5e
commit
f3c8b4a207
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user