1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +00:00
This commit is contained in:
Kevin McCarthy
2013-08-05 21:01:11 -10:00
parent 4fe6f463c3
commit a8c4061352

View File

@@ -132,7 +132,7 @@ class TestHTTPSRequests(TestHTTPRequests):
def test_cross_scheme(self):
'''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
# requests / response pairs in the cassette
with vcr.use_cassette(self.fixture('cross_scheme.yaml')) as cass: