Skip to content

Commit a044c0d

Browse files
committed
fix tests
1 parent a2ec2bd commit a044c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/async/test_browsercontext_route.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ async def test_should_override_post_body_with_empty_string(
331331
),
332332
)
333333

334-
assert req[0].post_body == ""
334+
assert req[0].post_body == b""
335335

336336

337337
async def test_should_chain_fallback(

0 commit comments

Comments
 (0)