diff --git a/tests/test_account.py b/tests/test_account.py index a0072f4..240abca 100644 --- a/tests/test_account.py +++ b/tests/test_account.py @@ -80,7 +80,7 @@ def test_blocks(api): assert isinstance(blocks, list) -@pytest.mark.vcr() +@pytest.mark.vcr(match_on=['path']) def test_account_update_credentials(api): with open('tests/image.jpg', 'rb') as f: image = f.read()