mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 17:45:35 +00:00
fix typo
This commit is contained in:
@@ -132,7 +132,7 @@ class TestHTTPSRequests(TestHTTPRequests):
|
|||||||
|
|
||||||
def test_cross_scheme(self):
|
def test_cross_scheme(self):
|
||||||
'''Ensure that requests between schemes are treated separately'''
|
'''Ensure that requests between schemes are treated separately'''
|
||||||
# First fetch a url under https, and then again under https and then
|
# First fetch a url under http, and then again under https and then
|
||||||
# ensure that we haven't served anything out of cache, and we have two
|
# ensure that we haven't served anything out of cache, and we have two
|
||||||
# requests / response pairs in the cassette
|
# requests / response pairs in the cassette
|
||||||
with vcr.use_cassette(self.fixture('cross_scheme.yaml')) as cass:
|
with vcr.use_cassette(self.fixture('cross_scheme.yaml')) as cass:
|
||||||
|
|||||||
Reference in New Issue
Block a user