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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user