fix openai automation tests
This commit is contained in:
parent
46bd790b3a
commit
48a367c2c2
|
@ -27,7 +27,7 @@ jest.mock("@budibase/pro", () => ({
|
|||
ai: {
|
||||
LargeLanguageModel: {
|
||||
forCurrentTenant: jest.fn().mockImplementation(() => ({
|
||||
initialised: true,
|
||||
llm: {},
|
||||
init: jest.fn(),
|
||||
run: jest.fn(),
|
||||
})),
|
||||
|
|
Loading…
Reference in New Issue