mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
app_client() fixture doesn't need to take **kwargs
This commit is contained in:
parent
4722acc73c
commit
c3a78eb05c
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ def make_app_client(
|
|||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def app_client(**kwargs):
|
||||
yield from make_app_client(**kwargs)
|
||||
def app_client():
|
||||
yield from make_app_client()
|
||||
|
||||
|
||||
@pytest.fixture(scope='session')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue