diff options
Diffstat (limited to 'test/mastodon-http-tests.el')
-rw-r--r-- | test/mastodon-http-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mastodon-http-tests.el b/test/mastodon-http-tests.el index 06b92d5..972cedb 100644 --- a/test/mastodon-http-tests.el +++ b/test/mastodon-http-tests.el @@ -5,5 +5,5 @@ (let ((callback-double (lambda () "double"))) (with-mock (mock (url-retrieve-synchronously "https://foo.bar/baz")) - (mock (mastodon--access-token) => "test-token") + (mock (mastodon-auth--access-token) => "test-token") (mastodon-http--get "https://foo.bar/baz")))) |