mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fix for 'open' bug, closes #973
This commit is contained in:
parent
a980199e61
commit
cac051bb8a
2 changed files with 10 additions and 4 deletions
|
|
@ -105,7 +105,7 @@ def test_metadata_yaml():
|
|||
get=None,
|
||||
help_config=False,
|
||||
pdb=False,
|
||||
open=False,
|
||||
open_browser=False,
|
||||
return_instance=True,
|
||||
)
|
||||
client = _TestClient(ds.app())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue