mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
Use primitive types when recording cassettes using aiohttp stub (#454)
This commit is contained in:
@@ -56,6 +56,8 @@ def test_headers(tmpdir, scheme):
|
||||
cassette_response, _ = get(url)
|
||||
assert cassette_response.headers == response.headers
|
||||
assert cassette.play_count == 1
|
||||
assert 'istr' not in cassette.data[0]
|
||||
assert 'yarl.URL' not in cassette.data[0]
|
||||
|
||||
|
||||
def test_text(tmpdir, scheme):
|
||||
|
||||
Reference in New Issue
Block a user