From a8c4061352ce6a877c6411d71db91c3538df4ea8 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Mon, 5 Aug 2013 21:01:11 -1000 Subject: [PATCH] fix typo --- tests/integration/test_requests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_requests.py b/tests/integration/test_requests.py index 52d2ef6..4c32bc1 100644 --- a/tests/integration/test_requests.py +++ b/tests/integration/test_requests.py @@ -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: