aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-05-11 00:55:40 +0200
committerLorenz Diener <[email protected]>2019-05-11 00:55:40 +0200
commitbf61d4881ec4cb7ab2e73a21da2349c681e371a5 (patch)
treeaa7836863c5f139b55148b91e18651642a92b0fd /tests/test_push.py
parent35c43562dd3d34d6ebf7a0f757c09e8fcccc957c (diff)
downloadmastodon.py-bf61d4881ec4cb7ab2e73a21da2349c681e371a5.tar.gz
Add blurhash code
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)