8000 tests pass, pulled from 106e0a3e28ebd6570fcdd5e6ca698eafb361d3c8 on 1… · staticdev/github4.py@958882a · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 958882a

Browse files
committed
tests pass, pulled from 106e0a3 on 1.0-alpha branch
1 parent 61ab8cc commit 958882a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/helper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ def match(self, request, recorded_request):
4646
recorded_request['headers'].pop('User-Agent', None)
4747
request.headers.pop('Accept-Encoding', None)
4848
recorded_request['headers'].pop('Accept-Encoding', None)
49+
request.headers.pop('Connection', None)
50+
recorded_request['headers'].pop('Connection', None)
4951
return self.headers_matcher.match(request, recorded_request)
5052

5153

0 commit comments

Comments
 (0)
0