1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Fix tornado python3 tests.

This commit is contained in:
Ivan Malison
2015-07-30 04:19:17 -07:00
parent a234ad6b12
commit 4d438dac75

View File

@@ -283,4 +283,4 @@ def test_tornado_with_decorator_use_cassette(get_client):
response = yield get_client().fetch(
http.HTTPRequest('http://www.google.com/', method='GET')
)
assert response.body == "not actually google"
assert response.body.decode('utf-8') == "not actually google"