diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-25 12:14:33 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-25 12:14:33 +0100 |
commit | 97f409cf600278900ebf439d4efb87cb22e17182 (patch) | |
tree | ddd9806a40c8d8b108a55479b8ce4480fb3a2b8f /test | |
parent | 83231a8e0dbce439e0d98a158291c7be9fb4525b (diff) |
profile-tests add nil call to get-json
Diffstat (limited to 'test')
-rw-r--r-- | test/mastodon-profile-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mastodon-profile-tests.el b/test/mastodon-profile-tests.el index d53e1f4..1ce9514 100644 --- a/test/mastodon-profile-tests.el +++ b/test/mastodon-profile-tests.el @@ -237,7 +237,7 @@ content generation in the function under test." (if (version< emacs-version "27.1") (mock (image-type-available-p 'imagemagick) => t) (mock (image-transforms-p) => t)) - (mock (mastodon-http--get-json "https://instance.url/api/v1/accounts/1/statuses") + (mock (mastodon-http--get-json "https://instance.url/api/v1/accounts/1/statuses" nil) => gargon-statuses-json) (mock (mastodon-profile--get-statuses-pinned *) |