aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-04-18 22:11:32 +0200
committerLorenz Diener <[email protected]>2018-04-18 22:11:32 +0200
commitb9ffcd58c5b0deaf7b94c8d4616cd343067b68c7 (patch)
tree82b46fe2ca73ff90b90bd675e057994dfeb6399d /tests/test_account.py
parentbc7b9defe8b72b6ab14ade6828a98f4d6e82b1de (diff)
downloadmastodon.py-b9ffcd58c5b0deaf7b94c8d4616cd343067b68c7.tar.gz
Attempt 3 at fixing the tests
Diffstat (limited to 'tests/test_account.py')
-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)