mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 09:13:23 +00:00
Updated wild fixtures in correspondence with new fixture format
This commit is contained in:
10
tests/fixtures/wild/domain_redirect.yaml
vendored
10
tests/fixtures/wild/domain_redirect.yaml
vendored
@@ -1,6 +1,9 @@
|
|||||||
- request:
|
- request:
|
||||||
body: null
|
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
|
method: GET
|
||||||
uri: http://seomoz.org:80/
|
uri: http://seomoz.org:80/
|
||||||
response:
|
response:
|
||||||
@@ -10,7 +13,10 @@
|
|||||||
status: {code: 301, message: Moved Permanently}
|
status: {code: 301, message: Moved Permanently}
|
||||||
- request:
|
- request:
|
||||||
body: null
|
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
|
method: GET
|
||||||
uri: http://moz.com:80/
|
uri: http://moz.com:80/
|
||||||
response:
|
response:
|
||||||
|
|||||||
Reference in New Issue
Block a user