From b9ffcd58c5b0deaf7b94c8d4616cd343067b68c7 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Wed, 18 Apr 2018 22:11:32 +0200 Subject: [PATCH] Attempt 3 at fixing the tests --- tests/test_account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()