Fixup python3 test failure.
This commit is contained in:
parent
31ff35349c
commit
f514816c6f
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ class TwythonAPITestCase(unittest.TestCase):
|
||||||
|
|
||||||
self.api.get(endpoint)
|
self.api.get(endpoint)
|
||||||
|
|
||||||
self.assertEqual('gzip, deflate, compress', responses.calls[0].request.headers['Accept-Encoding'])
|
self.assertEqual(b'gzip, deflate, compress', responses.calls[0].request.headers['Accept-Encoding'])
|
||||||
|
|
||||||
# Static methods
|
# Static methods
|
||||||
def test_construct_api_url(self):
|
def test_construct_api_url(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue