1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Fix simple typo: cassete -> cassette

Closes #513
This commit is contained in:
Tim Gates
2020-02-26 18:04:31 +11:00
parent accffa8ea2
commit f8b9a41f13

View File

@@ -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)