Fix for 'open' bug, closes #973

This commit is contained in:
Simon Willison 2020-09-22 08:37:59 -07:00
commit cac051bb8a
2 changed files with 10 additions and 4 deletions

View file

@ -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())