diff options
author | mousebot <mousebot@riseup.net> | 2021-12-20 21:24:02 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-12-20 21:24:02 +0100 |
commit | 7e3269835aace403d6462655dfa79d9a3060b02a (patch) | |
tree | 32c8f4b8c5495222ee3d7133b3e9467fa79c682d /test/mastodon-tl-tests.el | |
parent | cb920113ac0cd7b8b57b7936432e7d0805401441 (diff) |
improve delete toot tests
Diffstat (limited to 'test/mastodon-tl-tests.el')
-rw-r--r-- | test/mastodon-tl-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mastodon-tl-tests.el b/test/mastodon-tl-tests.el index c36b95a..dd07416 100644 --- a/test/mastodon-tl-tests.el +++ b/test/mastodon-tl-tests.el @@ -1069,7 +1069,7 @@ correct value for following, as well as notifications enabled or disabled." (mastodon-tl--do-user-action-function url-block user-name user-handle - "blocked") + "block") "User some-user (@some-user@instance.url) blocked!"))) (with-mock (mock (mastodon-http--post url-true nil nil) => response-buffer-true) |