Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed May 24, 2020
1 parent 74c878b commit 58c3105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/storage/__tests__/storageAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('storageAPI', () => {

const res = await request(server)
.post('/admin/queue')
.send({ allow: 2, password: 'password' })
.send({ allow: 2, password: process.env.GUNDB_PASS })
expect(res.body).toMatchObject({
ok: 1,
newAllowed: 3,
Expand Down

0 comments on commit 58c3105

Please sign in to comment.