We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b2c2d commit 1c7233bCopy full SHA for 1c7233b
tests/integrations/aiohttp/test_aiohttp.py
@@ -55,7 +55,7 @@ async def hello(request):
55
assert request["url"] == "http://{host}/".format(host=host)
56
assert request["headers"] == {
57
"Accept": "*/*",
58
- "Accept-Encoding": "gzip, deflate, br",
+ "Accept-Encoding": mock.ANY,
59
"Host": host,
60
"User-Agent": request["headers"]["User-Agent"],
61
"baggage": mock.ANY,
0 commit comments