kopia lustrzana https://github.com/halcy/Mastodon.py
id hook test shouldn't be marked as expected to fail anymore
rodzic
0f753e621a
commit
51b221e87f
|
@ -7,7 +7,6 @@ def test_id_hook(status):
|
||||||
assert isinstance(status['id'], int)
|
assert isinstance(status['id'], int)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.xfail(reason='fixed in upstream')
|
|
||||||
@pytest.mark.vcr()
|
@pytest.mark.vcr()
|
||||||
def test_id_hook_in_reply_to(api, status):
|
def test_id_hook_in_reply_to(api, status):
|
||||||
reply = api.status_post('Reply!', in_reply_to_id=status['id'])
|
reply = api.status_post('Reply!', in_reply_to_id=status['id'])
|
||||||
|
|
Ładowanie…
Reference in New Issue