Skip to content

Commit

Permalink
test/args: fix unset API_KEY in test
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobPlaster committed Mar 26, 2020
1 parent a5728a1 commit 1f08822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/examples/args_from_env.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const argsFromEnv = require('../../examples/util/args_from_env')
describe('argsFromEnv', () => {
it('pulls api credentials from the environment only if available', () => {
delete process.env.API_KEY
delete process.env.API_KEY
delete process.env.API_SECRET

let args = argsFromEnv()

Expand Down

0 comments on commit 1f08822

Please sign in to comment.