We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d87a4 commit 7e9dd0eCopy full SHA for 7e9dd0e
test/index.spec.js
@@ -38,7 +38,7 @@ describe('Saturn client', () => {
38
})
39
40
describe('Fetch a CID', () => {
41
- const client = new Saturn({ clientKey })
+ const client = new Saturn({ clientKey, authURL: TEST_AUTH })
42
const handlers = [
43
mockJWT(TEST_AUTH)
44
]
@@ -86,7 +86,7 @@ describe('Saturn client', () => {
86
87
88
const server = getMockServer(handlers)
89
- const client = new Saturn({ clientKey, clientId: 'tesd' })
+ const client = new Saturn({ clientKey, clientId: 'tesd', authURL: TEST_AUTH })
90
before(() => {
91
server.listen(MSW_SERVER_OPTS)
92
0 commit comments