A bunch of remaining ds_client conversions, refs #1959

This commit is contained in:
Simon Willison 2022-12-16 09:44:30 -08:00
commit 42a66c2f04
5 changed files with 17 additions and 14 deletions

View file

@ -1010,6 +1010,7 @@ async def test_http_options_request(ds_client):
@pytest.mark.asyncio
async def test_db_path(app_client):
# Needs app_client because needs file based database
db = app_client.ds.get_database()
path = pathlib.Path(db.path)