From 51b221e87fd8b55773af6dc50b55fc2d60b13f62 Mon Sep 17 00:00:00 2001 From: codl Date: Wed, 29 Nov 2017 18:30:30 +0100 Subject: [PATCH] id hook test shouldn't be marked as expected to fail anymore --- tests/test_hooks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_hooks.py b/tests/test_hooks.py index 905672d..c819d6e 100644 --- a/tests/test_hooks.py +++ b/tests/test_hooks.py @@ -7,7 +7,6 @@ def test_id_hook(status): assert isinstance(status['id'], int) -@pytest.mark.xfail(reason='fixed in upstream') @pytest.mark.vcr() def test_id_hook_in_reply_to(api, status): reply = api.status_post('Reply!', in_reply_to_id=status['id'])