From cf814e11bdb9c3f7a8b4aeed61d429a28a4d66cb Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Sun, 23 Apr 2017 09:28:14 -0400 Subject: Group API endpoint function with mastodon-http --- test/mastodon-client-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mastodon-client-tests.el') diff --git a/test/mastodon-client-tests.el b/test/mastodon-client-tests.el index 73a3d7e..e1f92f8 100644 --- a/test/mastodon-client-tests.el +++ b/test/mastodon-client-tests.el @@ -3,7 +3,7 @@ (ert-deftest register () "Should POST to /apps." (with-mock - (mock (mastodon--api-for "apps") => "https://instance.url/api/v1/apps") + (mock (mastodon-http--api "apps") => "https://instance.url/api/v1/apps") (mock (mastodon-http--post "https://instance.url/api/v1/apps" '(("client_name" . "mastodon.el") ("redirect_uris" . "urn:ietf:wg:oauth:2.0:oob") -- cgit v1.2.3