Skip to content

Commit 3a8a708

Browse files
committed
[CHORE] format
1 parent 1c15bc5 commit 3a8a708

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/monitor-api-requests.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,9 @@ describe("searchMonitor", () => {
443443
});
444444
it("throws an Invalid Authentication Error when authentication is invalid", async () => {
445445
(fetch as unknown as jest.Mock).mockReturnValue({ status: 403, statusText: "Unauthorized" });
446-
await expect(
447-
async () => await searchMonitors("datadoghq.com", "queryString", "apikey", "appkey"),
448-
).rejects.toThrow("Can't fetch monitors. Status code: 403. Message: Unauthorized");
446+
await expect(async () => await searchMonitors("datadoghq.com", "queryString", "apikey", "appkey")).rejects.toThrow(
447+
"Can't fetch monitors. Status code: 403. Message: Unauthorized",
448+
);
449449
});
450450
});
451451

0 commit comments

Comments
 (0)