fix openai automation tests

This commit is contained in:
Martin McKeaveney 2024-12-04 10:43:44 +00:00
parent 46bd790b3a
commit 48a367c2c2
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jest.mock("@budibase/pro", () => ({
ai: { ai: {
LargeLanguageModel: { LargeLanguageModel: {
forCurrentTenant: jest.fn().mockImplementation(() => ({ forCurrentTenant: jest.fn().mockImplementation(() => ({
initialised: true, llm: {},
init: jest.fn(), init: jest.fn(),
run: jest.fn(), run: jest.fn(),
})), })),