aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_push.py')
-rw-r--r--tests/test_push.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_push.py b/tests/test_push.py
index 2ad215e..ad02cd8 100644
--- a/tests/test_push.py
+++ b/tests/test_push.py
@@ -66,4 +66,4 @@ def test_push_delete(api):
66 66
67 api.push_subscription_delete() 67 api.push_subscription_delete()
68 with pytest.raises(MastodonNotFoundError): 68 with pytest.raises(MastodonNotFoundError):
69 api.push_subscription() \ No newline at end of file 69 api.push_subscription()
Powered by cgit v1.2.3 (git 2.41.0)