Skip to content

Commit 2e480c9

Browse files
committed
fix aiohttp tests
1 parent 08c96ba commit 2e480c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/aiohttp/test_aiohttp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ async def hello(request):
475475

476476
@pytest.mark.asyncio
477477
async def test_crumb_capture(
478-
sentry_init, aiohttp_raw_server, aiohttp_client, loop, capture_events
478+
sentry_init, aiohttp_raw_server, aiohttp_client, event_loop, capture_events
479479
):
480480
def before_breadcrumb(crumb, hint):
481481
crumb["data"]["extra"] = "foo"

0 commit comments

Comments
 (0)