1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00

Removing test case which was no longer needed.

This commit is contained in:
mike12345567 2021-04-12 12:19:45 +01:00
parent d2a3dc4a2f
commit 5993ae6242

View file

@ -108,14 +108,6 @@ describe("/webhooks", () => {
type: "object",
})
})
it("should apply authorization to endpoint", async () => {
await checkBuilderEndpoint({
config,
method: "POST",
url: `/api/webhooks/schema/${config.getAppId()}/${webhook._id}`,
})
})
})
describe("trigger", () => {