mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 09:35:34 +00:00
Updated migration fixtures in correspondence with new fixture format
This commit is contained in:
16
tests/fixtures/migration/new_cassette.json
vendored
16
tests/fixtures/migration/new_cassette.json
vendored
@@ -1,15 +1,15 @@
|
||||
[
|
||||
{
|
||||
"request": {
|
||||
"body": null,
|
||||
"method": "GET",
|
||||
"body": null,
|
||||
"headers": {
|
||||
"Accept-Encoding": "gzip, deflate, compress",
|
||||
"Accept": "*/*",
|
||||
"User-Agent": "python-requests/2.2.1 CPython/2.6.1 Darwin/10.8.0"
|
||||
},
|
||||
"uri" : "http://httpbin.org:80/ip"
|
||||
},
|
||||
"Accept": ["*/*"],
|
||||
"Accept-Encoding": ["gzip, deflate, compress"],
|
||||
"User-Agent": ["python-requests/2.2.1 CPython/2.6.1 Darwin/10.8.0"]
|
||||
},
|
||||
"method": "GET",
|
||||
"uri": "http://httpbin.org:80/ip"
|
||||
},
|
||||
"response": {
|
||||
"status": {
|
||||
"message": "OK",
|
||||
|
||||
Reference in New Issue
Block a user