Skip to content

Commit 1c7233b

Browse files
committed
fix aiohttp tests, again
1 parent 03b2c2d commit 1c7233b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/aiohttp/test_aiohttp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async def hello(request):
5555
assert request["url"] == "http://{host}/".format(host=host)
5656
assert request["headers"] == {
5757
"Accept": "*/*",
58-
"Accept-Encoding": "gzip, deflate, br",
58+
"Accept-Encoding": mock.ANY,
5959
"Host": host,
6060
"User-Agent": request["headers"]["User-Agent"],
6161
"baggage": mock.ANY,

0 commit comments

Comments
 (0)