Skip to content

Commit 1f08822

Browse files
committed
test/args: fix unset API_KEY in test
1 parent a5728a1 commit 1f08822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/examples/args_from_env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const argsFromEnv = require('../../examples/util/args_from_env')
1212
describe('argsFromEnv', () => {
1313
it('pulls api credentials from the environment only if available', () => {
1414
delete process.env.API_KEY
15-
delete process.env.API_KEY
15+
delete process.env.API_SECRET
1616

1717
let args = argsFromEnv()
1818

0 commit comments

Comments
 (0)