From 12820f6e8e92889170d4b5f7caa34644cd458e33 Mon Sep 17 00:00:00 2001 From: Maksim Sadym Date: Wed, 11 Sep 2024 13:00:53 +0200 Subject: [PATCH] test --- tests/session/test_subscription.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/session/test_subscription.py b/tests/session/test_subscription.py index 065f84341..73f277845 100644 --- a/tests/session/test_subscription.py +++ b/tests/session/test_subscription.py @@ -564,10 +564,7 @@ async def test_unsubscribeIsAtomic(websocket, context_id, iframe_id): @pytest.mark.asyncio async def test_unsubscribe_from_detached_target(websocket, context_id, read_sorted_messages): - events = [ - 'bluetooth', 'browser', 'browsingContext', 'cdp', 'input', 'log', - 'network', 'script', 'session' - ] + events = ['bluetooth', 'browsingContext', 'log', 'network', 'script'] await subscribe(websocket, events)