kopia lustrzana https://github.com/halcy/Mastodon.py
Attempt 3 at fixing the tests
rodzic
bc7b9defe8
commit
b9ffcd58c5
|
@ -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()
|
||||||
|
|
Ładowanie…
Reference in New Issue