Skip to content

Commit

Permalink
chore: fix pytest warn (#1832)
Browse files Browse the repository at this point in the history
Need to mark it as async.
  • Loading branch information
Lightning00Blade committed Feb 5, 2024
1 parent 7be907d commit 17d98db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/storage/test_set_cookies.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ async def test_cookie_set_partition_user_context(websocket, context_id):
}


@pytest.mark.asyncio
async def test_cookie_set_partition_browsing_context_from_user_context(
websocket, create_context, user_context_id):
context_id = await create_context(user_context_id)
Expand Down

0 comments on commit 17d98db

Please sign in to comment.