Skip to content

Commit

Permalink
Add default secrets for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis authored Mar 25, 2024
1 parent c6f71d3 commit fb19cf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
const proxyquire = require('proxyquire')
process.env['CURATION_GITHUB_TOKEN'] = '123'
process.env['GITLAB_TOKEN'] = 'abc'
process.env['WEBHOOK_GITHUB_SECRET'] = 'secret'
process.env['WEBHOOK_CRAWLER_SECRET'] = 'secret'
const init = require('express-init')
const Application = require('../app')
const config = proxyquire('../bin/config', {
Expand Down

0 comments on commit fb19cf9

Please sign in to comment.