Fix test
This commit is contained in:
parent
9420209a2d
commit
1f4bb64a3e
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ describe("processAsyncSaleorWebhook", () => {
|
|||
it("Throw error on wrong signature", async () => {
|
||||
mockRequest.headers["saleor-signature"] = "wrong_signature";
|
||||
|
||||
vi.mock("./../../fetch-remote-jwks", () => ({
|
||||
vi.mock("../../../fetch-remote-jwks", () => ({
|
||||
fetchRemoteJwks: vi.fn(async () => "wrong_signature"),
|
||||
}));
|
||||
|
||||
|
|
Loading…
Reference in a new issue