aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_account.py2
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'])
84def test_account_update_credentials(api): 84def 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()
Powered by cgit v1.2.3 (git 2.41.0)