experiment(confidence-engine): route UI journey provider centrally
This commit is contained in:
@@ -72,6 +72,8 @@ describe("app/api/cases/update route", () => {
|
||||
);
|
||||
|
||||
expect(mockUpdateCase).toHaveBeenCalledWith(body, { applyProposal: true });
|
||||
expect(mockUpdateCase.mock.calls[0][0]).not.toHaveProperty("provider");
|
||||
expect(mockUpdateCase.mock.calls[0][0]).not.toHaveProperty("modelName");
|
||||
});
|
||||
|
||||
it("invalid JSON returns 400", async () => {
|
||||
|
||||
Reference in New Issue
Block a user