mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Remove obsolete mix_stderr=False
This commit is contained in:
parent
9dc2a3ffe5
commit
d87bd12dbc
3 changed files with 5 additions and 5 deletions
|
|
@ -309,7 +309,7 @@ async def test_auth_with_dstok_token(ds_client, scenario, should_work):
|
|||
@pytest.mark.parametrize("expires", (None, 1000, -1000))
|
||||
def test_cli_create_token(event_loop, app_client, expires):
|
||||
secret = app_client.ds._secret
|
||||
runner = CliRunner(mix_stderr=False)
|
||||
runner = CliRunner()
|
||||
args = ["create-token", "--secret", secret, "test"]
|
||||
if expires:
|
||||
args += ["--expires-after", str(expires)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue