Skip to content

Commit 34ef562

Browse files
committed
fix asyncio tests
1 parent 75d0275 commit 34ef562

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",
58+
"Accept-Encoding": "gzip, deflate, br",
5959
"Host": host,
6060
"User-Agent": request["headers"]["User-Agent"],
6161
"baggage": mock.ANY,

0 commit comments

Comments
 (0)