update unit tests

This commit is contained in:
grillazz
2021-07-31 12:51:14 +02:00
parent 4ddb571ded
commit 05e4bca5cb
2 changed files with 9 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ async def start_db():
async def client() -> AsyncClient:
async with AsyncClient(
app=app,
base_url="http://testserver",
base_url="http://testserver/v1",
headers={"Content-Type": "application/json"},
) as client:
await start_db()