Attempt 3 at fixing the tests

This commit is contained in:
Lorenz Diener 2018-04-18 22:11:32 +02:00
pare bc7b9defe8
commit b9ffcd58c5

Veure arxiu

@ -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()