mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 09:35:34 +00:00
fix migration script
This commit is contained in:
12
tests/fixtures/migration/new_cassette.json
vendored
12
tests/fixtures/migration/new_cassette.json
vendored
@@ -16,12 +16,12 @@
|
||||
"code": 200
|
||||
},
|
||||
"headers": {
|
||||
"Access-Control-Allow-Origin": ["*"],
|
||||
"Content-Type": ["application/json"],
|
||||
"Date": ["Mon, 21 Apr 2014 23:13:40 GMT"],
|
||||
"Server": ["gunicorn/0.17.4"],
|
||||
"Content-Length": ["32"],
|
||||
"Connection": ["keep-alive"]
|
||||
"access-control-allow-origin": ["*"],
|
||||
"content-type": ["application/json"],
|
||||
"date": ["Mon, 21 Apr 2014 23:13:40 GMT"],
|
||||
"server": ["gunicorn/0.17.4"],
|
||||
"content-length": ["32"],
|
||||
"connection": ["keep-alive"]
|
||||
},
|
||||
"body": {
|
||||
"string": "{\n \"origin\": \"217.122.164.194\"\n}"
|
||||
|
||||
12
tests/fixtures/migration/new_cassette.yaml
vendored
12
tests/fixtures/migration/new_cassette.yaml
vendored
@@ -9,10 +9,10 @@
|
||||
response:
|
||||
body: {string: !!python/unicode "{\n \"origin\": \"217.122.164.194\"\n}"}
|
||||
headers:
|
||||
Access-Control-Allow-Origin: ['*']
|
||||
Content-Type: [application/json]
|
||||
Date: ['Mon, 21 Apr 2014 23:06:09 GMT']
|
||||
Server: [gunicorn/0.17.4]
|
||||
Content-Length: ['32']
|
||||
Connection: [keep-alive]
|
||||
access-control-allow-origin: ['*']
|
||||
content-type: [application/json]
|
||||
date: ['Mon, 21 Apr 2014 23:06:09 GMT']
|
||||
server: [gunicorn/0.17.4]
|
||||
content-length: ['32']
|
||||
connection: [keep-alive]
|
||||
status: {code: 200, message: OK}
|
||||
|
||||
Reference in New Issue
Block a user