Attempt 3 at fixing the tests

pull/128/head^2
Lorenz Diener 2018-04-18 22:11:32 +02:00
rodzic bc7b9defe8
commit b9ffcd58c5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -80,7 +80,7 @@ def test_blocks(api):
assert isinstance(blocks, list) assert isinstance(blocks, list)
@pytest.mark.vcr() @pytest.mark.vcr(match_on=['path'])
def test_account_update_credentials(api): def test_account_update_credentials(api):
with open('tests/image.jpg', 'rb') as f: with open('tests/image.jpg', 'rb') as f:
image = f.read() image = f.read()