chore: Fix types in tests 38/N.
This commit is contained in:
@@ -561,7 +561,7 @@ describe("gateway server cron", () => {
|
||||
await yieldToEventLoop();
|
||||
expect(fetchMock).toHaveBeenCalledTimes(2);
|
||||
|
||||
cronIsolatedRun.mockResolvedValueOnce({ status: "ok" });
|
||||
cronIsolatedRun.mockResolvedValueOnce({ status: "ok", summary: "" });
|
||||
const noSummaryRes = await rpcReq(ws, "cron.add", {
|
||||
name: "webhook no summary",
|
||||
enabled: true,
|
||||
|
||||
Reference in New Issue
Block a user