diff options
author | Abhiseck Paira <abhiseckpaira@disroot.org> | 2022-01-26 21:05:51 +0530 |
---|---|---|
committer | Abhiseck Paira <abhiseckpaira@disroot.org> | 2022-01-27 19:26:19 +0530 |
commit | 6ff4416b809b7e8f2e7aab4e701633234dee8c1a (patch) | |
tree | 4af6188d386445670f53be49d4ac9d2d052b7406 /test/mastodon-client-tests.el | |
parent | 2cc711a12307b2f61d42233d0d3619ccd8f434ea (diff) |
test: update client website in mastodon-client--register
The test `mastodon-client--register' specifies that the
`mastodon-http--post' be called with a specific value. The value it
specified is outdated since mastodon.el's current website has changed.
So update the value with URL of the current website.
Diffstat (limited to 'test/mastodon-client-tests.el')
-rw-r--r-- | test/mastodon-client-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mastodon-client-tests.el b/test/mastodon-client-tests.el index 9123286..3f6cc29 100644 --- a/test/mastodon-client-tests.el +++ b/test/mastodon-client-tests.el @@ -10,7 +10,7 @@ '(("client_name" . "mastodon.el") ("redirect_uris" . "urn:ietf:wg:oauth:2.0:oob") ("scopes" . "read write follow") - ("website" . "https://github.com/jdenen/mastodon.el")) + ("website" . "https://codeberg.org/martianh/mastodon.el")) nil :unauthenticated)) (mastodon-client--register))) |