Browse Source

Removing test case which was no longer needed.

pull/1371/head
mike12345567 5 years ago
parent
commit
e2762e046d
  1. 8
      packages/server/src/api/routes/tests/webhook.spec.js

8
packages/server/src/api/routes/tests/webhook.spec.js

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

Loading…
Cancel
Save