diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_auth.py b/tests/test_auth.py index 502d825..0ad4b08 100644 --- a/tests/test_auth.py +++ b/tests/test_auth.py | |||
@@ -53,6 +53,6 @@ def test_log_in_code(api_anonymous): | |||
53 | pass | 53 | pass |
54 | 54 | ||
55 | 55 | ||
56 | @pytest.mark.skip(reason="Not supported by Mastodon 😬 (yet?)") | 56 | @pytest.mark.skip(reason="Not supported by Mastodon >:@ (yet?)") |
57 | def test_log_in_refresh(api_anonymous): | 57 | def test_log_in_refresh(api_anonymous): |
58 | pass | 58 | pass |