Skip to content

Commit

Permalink
Updated tests for #29
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Aug 21, 2023
1 parent 30f5090 commit 63359a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_publish_fly.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ def run_side_effect(*args, **kwargs):
"DATASETTE_AUTH_PASSWORDS_ROOT_PASSWORD_HASH=root",
"-a",
"app",
"--json",
],
):
return FakeCompletedProcess(
Expand Down Expand Up @@ -433,7 +432,6 @@ def run_side_effect(*args, **kwargs):
"DATASETTE_AUTH_PASSWORDS_ROOT_PASSWORD_HASH=root",
"-a",
"app",
"--json",
],
stderr=-1,
stdout=-1,
Expand Down

0 comments on commit 63359a4

Please sign in to comment.