Fixup python3 test failure.

This commit is contained in:
Cory Benfield 2014-02-23 15:12:44 +00:00
parent 31ff35349c
commit f514816c6f

View file

@ -286,7 +286,7 @@ class TwythonAPITestCase(unittest.TestCase):
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
def test_construct_api_url(self):