Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sadym-chromium committed Sep 11, 2024
1 parent 4962714 commit 12820f6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/session/test_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 12820f6

Please sign in to comment.