aboutsummaryrefslogtreecommitdiff
path: root/test/mastodon-auth-tests.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-21 14:54:39 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-21 14:54:39 +0100
commit77aba9acfb7de6f709ae0496036142cce9122ecd (patch)
treea66f2d50cd6a7a13341aef21da5fa01634d1298c /test/mastodon-auth-tests.el
parentfdeeb396c7c2c9a6618661e2ea5d24b999a0e42f (diff)
fix auth test and ert-helper.el file order
Diffstat (limited to 'test/mastodon-auth-tests.el')
-rw-r--r--test/mastodon-auth-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mastodon-auth-tests.el b/test/mastodon-auth-tests.el
index f2fe009..af41036 100644
--- a/test/mastodon-auth-tests.el
+++ b/test/mastodon-auth-tests.el
@@ -31,7 +31,7 @@
`(error ,(format "Mastodon-auth--access-token: invalid_grant: %s" error-message))
(condition-case error
(mastodon-auth--handle-token-response
- `(:error "Invalid_grant" :error_description ,error-message))
+ `(:error "invalid_grant" :error_description ,error-message))
(t error))))))
(ert-deftest mastodon-auth--get-token ()