Skip to content

Commit dd5b71e

Browse files
committed
simplify test
1 parent 0042efa commit dd5b71e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/integrations/asyncio/test_asyncio.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -430,15 +430,6 @@ async def test_delayed_enable_integration_with_options(sentry_init, capture_even
430430

431431
assert "asyncio" not in sentry_sdk.get_client().integrations
432432

433-
events = capture_events()
434-
435-
with sentry_sdk.start_transaction(name="test"):
436-
await asyncio.create_task(foo())
437-
438-
assert len(events) == 1
439-
(transaction,) = events
440-
assert not transaction["spans"]
441-
442433
mock_init = MagicMock(return_value=None)
443434
mock_setup_once = MagicMock()
444435
with patch(

0 commit comments

Comments
 (0)