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 19ad491 commit 1b7630bCopy full SHA for 1b7630b
tests/chat-workspaces.test.ts
@@ -32,7 +32,7 @@ const WORKSPACE_SETTINGS = {
32
const WORKSPACE_SETTINGS_WITHOUT_API_KEY = {
33
...WORKSPACE_SETTINGS,
34
// Meilisearch will hide the api key in the response
35
- apiKey: "XXX...",
+ apiKey: "sk-XXXXX...",
36
};
37
38
test("it can update workspace settings", async () => {
0 commit comments