aboutsummaryrefslogtreecommitdiff
path: root/test/mastodon-profile-tests.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-13 12:17:24 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-13 12:17:24 +0200
commit946758ebf2fb9ffc8773c2fa072c79fea143d24c (patch)
tree9198d0a08eb350f93f3fb5f732b4b6062101eec0 /test/mastodon-profile-tests.el
parentf268afe2d4e00482fc7612d312eb7a744bd8eb7b (diff)
parent154d984a7af43b5e0caa9f3df7ca49f0def1dab1 (diff)
Merge branch 'develop' into update-meta-fields
Diffstat (limited to 'test/mastodon-profile-tests.el')
-rw-r--r--test/mastodon-profile-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mastodon-profile-tests.el b/test/mastodon-profile-tests.el
index 817e386..640afb7 100644
--- a/test/mastodon-profile-tests.el
+++ b/test/mastodon-profile-tests.el
@@ -246,6 +246,8 @@ content generation in the function under test."
(mock (shr-render-region * *) => nil)
;; Don't perform the actual update call at the end.
;;(mock (mastodon-tl--timeline *))
+ (mock (mastodon-profile-fetch-server-account-settings)
+ => '(max_toot_chars 1312 privacy "public" display_name "Eugen" discoverable t locked :json-false bot :json-false sensitive :json-false language ""))
(let ((mastodon-tl--show-avatars t)
(mastodon-tl--display-media-p t)