We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f8423 commit 3ccc2ebCopy full SHA for 3ccc2eb
tests/integration/repo_webhook_test.go
@@ -13,7 +13,6 @@ import (
13
"testing"
14
"time"
15
16
- runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
17
auth_model "code.gitea.io/gitea/models/auth"
18
"code.gitea.io/gitea/models/repo"
19
"code.gitea.io/gitea/models/unittest"
@@ -25,6 +24,7 @@ import (
25
24
webhook_module "code.gitea.io/gitea/modules/webhook"
26
"code.gitea.io/gitea/tests"
27
+ runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
28
"github.com/PuerkitoBio/goquery"
29
"github.com/stretchr/testify/assert"
30
)
0 commit comments