1
0
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:
Kevin McCarthy
2014-05-04 17:35:45 -10:00
parent bc45a965b2
commit 23b5d49736
3 changed files with 28 additions and 14 deletions

View File

@@ -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}"

View File

@@ -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}