Skip to content

Commit 1b7630b

Browse files
committed
Update expected API key
1 parent 19ad491 commit 1b7630b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/chat-workspaces.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const WORKSPACE_SETTINGS = {
3232
const WORKSPACE_SETTINGS_WITHOUT_API_KEY = {
3333
...WORKSPACE_SETTINGS,
3434
// Meilisearch will hide the api key in the response
35-
apiKey: "XXX...",
35+
apiKey: "sk-XXXXX...",
3636
};
3737

3838
test("it can update workspace settings", async () => {

0 commit comments

Comments
 (0)