Skip to content

Commit 5fde9d6

Browse files
fix init arguments in test
1 parent 0152918 commit 5fde9d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integrations/aiohttp/test_aiohttp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -911,8 +911,8 @@ async def test_request_source_if_duration_over_threshold(
911911
sentry_init(
912912
integrations=[AioHttpIntegration()],
913913
traces_sample_rate=1.0,
914-
enable_db_query_source=True,
915-
db_query_source_threshold_ms=100,
914+
enable_http_request_source=True,
915+
http_request_source_threshold_ms=100,
916916
)
917917

918918
# server for making span request

0 commit comments

Comments
 (0)