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: {
LargeLanguageModel: {
forCurrentTenant: jest.fn().mockImplementation(() => ({
initialised: true,
llm: {},
init: jest.fn(),
run: jest.fn(),
})),