diff options
author | Lorenz Diener <[email protected]> | 2018-04-18 22:11:32 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-04-18 22:11:32 +0200 |
commit | b9ffcd58c5b0deaf7b94c8d4616cd343067b68c7 (patch) | |
tree | 82b46fe2ca73ff90b90bd675e057994dfeb6399d | |
parent | bc7b9defe8b72b6ab14ade6828a98f4d6e82b1de (diff) | |
download | mastodon.py-b9ffcd58c5b0deaf7b94c8d4616cd343067b68c7.tar.gz |
Attempt 3 at fixing the tests
-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() |