diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_push.py | 2 |
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() |