Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Jan 12, 2024
1 parent a2ec2bd commit a044c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/async/test_browsercontext_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ async def test_should_override_post_body_with_empty_string(
),
)

assert req[0].post_body == ""
assert req[0].post_body == b""


async def test_should_chain_fallback(
Expand Down

0 comments on commit a044c0d

Please sign in to comment.