aboutsummaryrefslogtreecommitdiff
path: root/test/mastodon-tl-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/mastodon-tl-tests.el')
-rw-r--r--test/mastodon-tl-tests.el2
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)