diff options
author | mousebot <mousebot@riseup.net> | 2022-02-13 14:43:37 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-02-13 14:43:37 +0100 |
commit | c2db155596724b9fdbef2132811009e7d24bf86d (patch) | |
tree | 1936ca09032d325d6a5530f47b90d6e390bd014c /test/mastodon-media-tests.el | |
parent | 33d9a8cc60b74c30417e320d7fb65a06b4a05701 (diff) | |
parent | 67a9c5eb13a633c7d19e2870bda42406abb015fa (diff) |
Merge branch 'develop'
Diffstat (limited to 'test/mastodon-media-tests.el')
-rw-r--r-- | test/mastodon-media-tests.el | 2 |
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 () |