remove tenant from client fixture (#22)
This commit is contained in:
commit
81523122ee
@ -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