Skip to content

Commit

Permalink
Remove some last envvars from integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Sep 14, 2021
1 parent 3a2b93d commit 22184c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/updater-integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ describe('Updater', () => {
const dependabotApiDockerUrl = `http://${internalDockerHost}:${FAKE_SERVER_PORT}`
const params = new JobParameters(
1,
process.env.JOB_TOKEN || 'job-token',
process.env.CREDENTIALS_TOKEN || 'cred-token',
'job-token',
'cred-token',
dependabotApiUrl,
dependabotApiDockerUrl
)
Expand Down

0 comments on commit 22184c3

Please sign in to comment.