Skip to content

Commit

Permalink
Update test_no_identity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Nov 18, 2023
1 parent 0cac85d commit e105597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_no_identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from aiohttp_security import forget, remember


async def test_remember(loop, aiohttp_client):
async def test_remember(aiohttp_client):

async def do_remember(request):
response = web.Response()
Expand All @@ -18,7 +18,7 @@ async def do_remember(request):
assert exp == resp.reason


async def test_forget(loop, aiohttp_client):
async def test_forget(aiohttp_client):

async def do_forget(request):
response = web.Response()
Expand Down

0 comments on commit e105597

Please sign in to comment.