From 8601a8a5e1a4b2e3f7d392b9176d33b42dc0d59a Mon Sep 17 00:00:00 2001 From: codl Date: Mon, 27 Nov 2017 20:47:14 +0100 Subject: god dAmn it python 2 --- tests/test_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_auth.py') 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): pass -@pytest.mark.skip(reason="Not supported by Mastodon 😬 (yet?)") +@pytest.mark.skip(reason="Not supported by Mastodon >:@ (yet?)") def test_log_in_refresh(api_anonymous): pass -- cgit v1.2.3