1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 09:35:34 +00:00

Merge pull request #514 from timgates42/bugfix/typo_cassette

Fix simple typo: cassete -> cassette
This commit is contained in:
Ivan Malison
2020-07-01 20:19:41 -07:00
committed by GitHub

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)