diff options
-rw-r--r-- | tests/test_hooks.py | 1 |
1 files changed, 0 insertions, 1 deletions
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): | |||
7 | assert isinstance(status['id'], int) | 7 | assert isinstance(status['id'], int) |
8 | 8 | ||
9 | 9 | ||
10 | @pytest.mark.xfail(reason='fixed in upstream') | ||
11 | @pytest.mark.vcr() | 10 | @pytest.mark.vcr() |
12 | def test_id_hook_in_reply_to(api, status): | 11 | def test_id_hook_in_reply_to(api, status): |
13 | reply = api.status_post('Reply!', in_reply_to_id=status['id']) | 12 | reply = api.status_post('Reply!', in_reply_to_id=status['id']) |