summaryrefslogtreecommitdiffstats
path: root/webapp/tests/components/integrations/__snapshots__/add_incoming_hook.test.jsx.snap
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/tests/components/integrations/__snapshots__/add_incoming_hook.test.jsx.snap')
-rw-r--r--webapp/tests/components/integrations/__snapshots__/add_incoming_hook.test.jsx.snap26
1 files changed, 0 insertions, 26 deletions
diff --git a/webapp/tests/components/integrations/__snapshots__/add_incoming_hook.test.jsx.snap b/webapp/tests/components/integrations/__snapshots__/add_incoming_hook.test.jsx.snap
deleted file mode 100644
index ce34d81bc..000000000
--- a/webapp/tests/components/integrations/__snapshots__/add_incoming_hook.test.jsx.snap
+++ /dev/null
@@ -1,26 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`components/integrations/AddIncomingWebhook should match snapshot 1`] = `
-<AbstractIncomingWebhook
- action={[Function]}
- footer={
- Object {
- "defaultMessage": "Save",
- "id": "add_incoming_webhook.save",
- }
- }
- header={
- Object {
- "defaultMessage": "Add",
- "id": "integrations.add",
- }
- }
- serverError=""
- team={
- Object {
- "id": "testteamid",
- "name": "test",
- }
- }
-/>
-`;