aboutsummaryrefslogtreecommitdiffstats
path: root/models/webhook_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/webhook_test.go')
-rw-r--r--models/webhook_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/webhook_test.go b/models/webhook_test.go
index 518be8be8a..d2fb3ea6ed 100644
--- a/models/webhook_test.go
+++ b/models/webhook_test.go
@@ -8,7 +8,7 @@ import (
"encoding/json"
"testing"
- api "code.gitea.io/sdk/gitea"
+ api "code.gitea.io/gitea/modules/structs"
"github.com/stretchr/testify/assert"
)