Skip to content

Commit 014c8ea

Browse files
authored
Add missing BLUESKY env vars to test setup (#1319)
The skin-database tests were failing in CI because BLUESKY_PASSWORD and BLUESKY_USERNAME environment variables were added to config.ts but not to the jest-setup.js file that provides dummy values for tests.
1 parent a56cbc5 commit 014c8ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/skin-database/jest-setup.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ process.env.INSTAGRAM_ACCESS_TOKEN = "<DUMMY>";
3131
process.env.INSTAGRAM_ACCOUNT_ID = "<DUMMY>";
3232
process.env.MASTODON_ACCESS_TOKEN = "<DUMMY>";
3333
process.env.SECRET = "<DUMMY>";
34+
process.env.BLUESKY_PASSWORD = "<DUMMY>";
35+
process.env.BLUESKY_USERNAME = "<DUMMY>";

0 commit comments

Comments
 (0)