summaryrefslogtreecommitdiffstats
path: root/app/webhook_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/webhook_test.go')
-rw-r--r--app/webhook_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/webhook_test.go b/app/webhook_test.go
index 0a6bd0fb5..5699addbf 100644
--- a/app/webhook_test.go
+++ b/app/webhook_test.go
@@ -12,7 +12,7 @@ import (
func TestCreateWebhookPost(t *testing.T) {
th := Setup().InitBasic()
- defer th.App.TearDown()
+ defer th.TearDown()
enableIncomingHooks := utils.Cfg.ServiceSettings.EnableIncomingWebhooks
defer func() {