From f8b9a41f13501d3f8b6957102c81eef87ab5c490 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 26 Feb 2020 18:04:31 +1100 Subject: [PATCH] Fix simple typo: cassete -> cassette Closes #513 --- tests/integration/test_matchers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_matchers.py b/tests/integration/test_matchers.py index c555e5c..aa3a62c 100644 --- a/tests/integration/test_matchers.py +++ b/tests/integration/test_matchers.py @@ -13,7 +13,7 @@ def _replace_httpbin(uri, httpbin, httpbin_secure): @pytest.fixture def cassette(tmpdir, httpbin, httpbin_secure): """ - Helper fixture used to prepare the cassete + Helper fixture used to prepare the cassette returns path to the recorded cassette """ default_uri = _replace_httpbin(DEFAULT_URI, httpbin, httpbin_secure)