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:
10
tests/fixtures/wild/domain_redirect.yaml
vendored
10
tests/fixtures/wild/domain_redirect.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user