Skip to content

Commit

Permalink
chore: fix test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Apr 8, 2024
1 parent 29df9f3 commit 2a6d6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/network/test_continue_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ async def test_continue_request_completes(websocket, context_id, example_url):
"context": context_id,
"initiator": {
"type": "script",
"stackTrace": ANY_DICT
},
"intercepts": [result["intercept"]],
"isBlocked": True,
Expand Down
1 change: 1 addition & 0 deletions tests/network/test_fail_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ async def test_fail_request_completes_new_request_still_blocks(
"context": context_id,
"initiator": {
"type": "script",
"stackTrace": ANY_DICT
},
"intercepts": ANY_LIST,
"isBlocked": True,
Expand Down

0 comments on commit 2a6d6e0

Please sign in to comment.