mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Add missing BLUESKY env vars to test setup
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.
This commit is contained in:
parent
a56cbc54c5
commit
51cd0baba5
1 changed files with 2 additions and 0 deletions
|
|
@ -31,3 +31,5 @@ process.env.INSTAGRAM_ACCESS_TOKEN = "<DUMMY>";
|
|||
process.env.INSTAGRAM_ACCOUNT_ID = "<DUMMY>";
|
||||
process.env.MASTODON_ACCESS_TOKEN = "<DUMMY>";
|
||||
process.env.SECRET = "<DUMMY>";
|
||||
process.env.BLUESKY_PASSWORD = "<DUMMY>";
|
||||
process.env.BLUESKY_USERNAME = "<DUMMY>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue