diff options
author | codl <[email protected]> | 2017-11-29 18:30:30 +0100 |
---|---|---|
committer | codl <[email protected]> | 2017-11-29 18:32:37 +0100 |
commit | 51b221e87fd8b55773af6dc50b55fc2d60b13f62 (patch) | |
tree | c978c097128b0fe6715fbe885d9452fa37fd4b06 | |
parent | 0f753e621a0804dfc8a08e1f5f90972be75c4ff5 (diff) | |
download | mastodon.py-51b221e87fd8b55773af6dc50b55fc2d60b13f62.tar.gz |
id hook test shouldn't be marked as expected to fail anymore
-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']) |