aboutsummaryrefslogtreecommitdiff
path: root/test/mastodon-media-tests.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2022-02-11 18:55:11 +0100
committermousebot <mousebot@riseup.net>2022-02-11 18:55:11 +0100
commit7b9605fe57b0ca65e48f8d6e8a735833cf6cea57 (patch)
treec502b55d48cd13003db078eb4a4c629f69da1a62 /test/mastodon-media-tests.el
parentd33d796f36a0a40dadd010b9fef267012b211022 (diff)
fix media-link-rendering-gif test
Diffstat (limited to 'test/mastodon-media-tests.el')
-rw-r--r--test/mastodon-media-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mastodon-media-tests.el b/test/mastodon-media-tests.el
index 0e1152a..abf9a1a 100644
--- a/test/mastodon-media-tests.el
+++ b/test/mastodon-media-tests.el
@@ -63,7 +63,7 @@
(should (string= "http://example.org/remote/img.png" (plist-get properties 'image-url)))
(should (eq mastodon-tl--shr-image-map-replacement (plist-get properties 'keymap)))
(should (string= "gifv" (plist-get properties 'mastodon-media-type)))
- (should (string= "RET/i: load full image (prefix: copy URL), +/-: zoom, r: rotate, o: save preview\ntype: gifv"
+ (should (string= "RET/i: load full image (prefix: copy URL), +/-: zoom, r: rotate, o: save preview\nC-RET: play gifv with mpv"
(plist-get properties 'help-echo))))))
(ert-deftest mastodon-media--load-image-from-url-avatar-with-imagemagic ()