Skip to content

Commit 8df0565

Browse files
test(syndicator-mastodon): update token value
1 parent 2c8109c commit 8df0565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/syndicator-mastodon/tests/unit/mastodon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test.beforeEach((t) => {
1919
alt: "Example image",
2020
},
2121
options: {
22-
accessToken: "0123456789abcdefghijklmno",
22+
accessToken: "token",
2323
serverUrl: "https://mastodon.example",
2424
},
2525
status: "Toot",

0 commit comments

Comments
 (0)