Skip to content

Commit 7e9dd0e

Browse files
committed
test: fix
1 parent 22d87a4 commit 7e9dd0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('Saturn client', () => {
3838
})
3939

4040
describe('Fetch a CID', () => {
41-
const client = new Saturn({ clientKey })
41+
const client = new Saturn({ clientKey, authURL: TEST_AUTH })
4242
const handlers = [
4343
mockJWT(TEST_AUTH)
4444
]
@@ -86,7 +86,7 @@ describe('Saturn client', () => {
8686
mockJWT(TEST_AUTH)
8787
]
8888
const server = getMockServer(handlers)
89-
const client = new Saturn({ clientKey, clientId: 'tesd' })
89+
const client = new Saturn({ clientKey, clientId: 'tesd', authURL: TEST_AUTH })
9090
before(() => {
9191
server.listen(MSW_SERVER_OPTS)
9292
})

0 commit comments

Comments
 (0)