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
1 changed files with 0 additions and 8 deletions

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", () => {