1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Updated wild fixtures in correspondence with new fixture format

This commit is contained in:
Max Shytikov
2014-04-29 22:49:50 +02:00
parent b6195bf41e
commit 34ce0a35ec

View File

@@ -1,6 +1,9 @@
- request:
body: null
headers: {Accept: '*/*', Accept-Encoding: 'gzip, deflate, compress', User-Agent: vcrpy-test}
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate, compress']
User-Agent: ['vcrpy-test']
method: GET
uri: http://seomoz.org:80/
response:
@@ -10,7 +13,10 @@
status: {code: 301, message: Moved Permanently}
- request:
body: null
headers: {Accept: '*/*', Accept-Encoding: 'gzip, deflate, compress', User-Agent: vcrpy-test}
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate, compress']
User-Agent: ['vcrpy-test']
method: GET
uri: http://moz.com:80/
response: