diff options
author | Lorenz Diener <[email protected]> | 2019-05-11 00:55:40 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-05-11 00:55:40 +0200 |
commit | bf61d4881ec4cb7ab2e73a21da2349c681e371a5 (patch) | |
tree | aa7836863c5f139b55148b91e18651642a92b0fd /tests | |
parent | 35c43562dd3d34d6ebf7a0f757c09e8fcccc957c (diff) | |
download | mastodon.py-bf61d4881ec4cb7ab2e73a21da2349c681e371a5.tar.gz |
Add blurhash code
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() |