aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodl <[email protected]>2017-11-27 20:47:14 +0100
committercodl <[email protected]>2017-11-27 20:47:14 +0100
commit8601a8a5e1a4b2e3f7d392b9176d33b42dc0d59a (patch)
tree48b2da9c9ea4e0bc7968a375b9b0c836c582e373
parenteed6f8f0a4498bf6393c4f79a5dc662c48e98d73 (diff)
downloadmastodon.py-8601a8a5e1a4b2e3f7d392b9176d33b42dc0d59a.tar.gz
god dAmn it python 2
-rw-r--r--tests/test_auth.py2
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?)")
57def test_log_in_refresh(api_anonymous): 57def test_log_in_refresh(api_anonymous):
58 pass 58 pass
Powered by cgit v1.2.3 (git 2.41.0)