fix: update tests

This commit is contained in:
Georg K
2022-07-28 01:53:23 +03:00
parent 9d488db276
commit 76dd0106be
6 changed files with 17 additions and 13 deletions

View File

@@ -98,7 +98,7 @@ async def ensure_content_durability(client):
@pytest.fixture
async def generated_oas(aiohttp_client, loop) -> web.Application:
async def generated_oas(aiohttp_client, event_loop) -> web.Application:
app = web.Application()
app.router.add_view("/pets", PetCollectionView)
app.router.add_view("/pets/{id}", PetItemView)