diff options
-rw-r--r-- | tests/test_account.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
80 | assert isinstance(blocks, list) | 80 | assert isinstance(blocks, list) |
81 | 81 | ||
82 | 82 | ||
83 | @pytest.mark.vcr() | 83 | @pytest.mark.vcr(match_on=['path']) |
84 | def test_account_update_credentials(api): | 84 | def test_account_update_credentials(api): |
85 | with open('tests/image.jpg', 'rb') as f: | 85 | with open('tests/image.jpg', 'rb') as f: |
86 | image = f.read() | 86 | image = f.read() |