aboutsummaryrefslogtreecommitdiff
path: root/test/mastodon-notifications-tests.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-12 22:36:58 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-12 22:40:46 +0200
commit911312b84e7e132365e35ce5453a40195673f336 (patch)
tree7c5eac87fdc95609be775fd2b63f541695ee99b2 /test/mastodon-notifications-tests.el
parentc1cb95517a37e3f1d3a92d7cc854d8b772d7ef12 (diff)
add mock to fix author buffer test and notifs-get
Diffstat (limited to 'test/mastodon-notifications-tests.el')
-rw-r--r--test/mastodon-notifications-tests.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/mastodon-notifications-tests.el b/test/mastodon-notifications-tests.el
index f5cc4c5..7c87933 100644
--- a/test/mastodon-notifications-tests.el
+++ b/test/mastodon-notifications-tests.el
@@ -187,7 +187,10 @@
"Ensure get request format for notifictions is accurate."
(let ((mastodon-instance-url "https://instance.url"))
(with-mock
- (mock (mastodon-http--get-json "https://instance.url/api/v1/notifications" ))
+ (mock (mastodon-http--get-json "https://instance.url/api/v1/notifications"))
+ (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 ""))
+
(mastodon-notifications--get))))
(defun mastodon-notifications--test-type (fun sample)