diff options
author | mousebot <mousebot@riseup.net> | 2022-02-14 16:15:04 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-02-14 16:15:04 +0100 |
commit | 3e80d32fbce9a242c1f7080effbff3dcab5a9871 (patch) | |
tree | 6a47223fee981b884b10885130dcae987dd80314 /test/mastodon-media-tests.el | |
parent | 949520069569b3b5397a00cca0d9671f3445ddea (diff) | |
parent | 6e68b7051595bf99bade4d3052286f95d606a155 (diff) |
Merge branch 'develop' into filters
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 () |