Skip to content

Commit ba04c47

Browse files
committed
Fix esm env test
1 parent bb9a022 commit ba04c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/env/esm/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import * as DefaultMeiliSearch from '../../../../'
33

44
const client = new MeiliSearch({ host:'http://localhost:7700', apiKey: 'masterKey'})
55
const defaultClient = new DefaultMeiliSearch.MeiliSearch({ host:'http://localhost:7700', apiKey: 'masterKey'})
6-
const token = client.generateTenantToken([])
6+
const token = client.generateTenantToken('e489fe16-3381-431b-bee3-00430192915d', [])
77
console.log({ client, token, defaultClient })

0 commit comments

Comments
 (0)