From 950a71a7e89efe48804a89322f9a974610d40770 Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Sun, 23 Apr 2017 00:51:49 -0400 Subject: Rewrite mastodon-auth - Remove client functions - Use mastodon-http--post - No more callback spaghetti --- test/mastodon-toot-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mastodon-toot-tests.el') diff --git a/test/mastodon-toot-tests.el b/test/mastodon-toot-tests.el index eae9e89..ca04ae8 100644 --- a/test/mastodon-toot-tests.el +++ b/test/mastodon-toot-tests.el @@ -10,7 +10,7 @@ (stub mastodon--api-for => "https://instance/api/v/statuses") (stub buffer-string => "This is a test toot") (stub kill-buffer-and-window) - (stub mastodon--access-token => "access-token-string") + (stub mastodon-auth--access-token => "access-token-string") (mock (mastodon--http-post "https://instance/api/v/statuses" 'mastodon-toot--send-triage '(("status" . "This is a test toot")) -- cgit v1.2.3