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 f387363 commit ee066b6Copy full SHA for ee066b6
tests/integration/api_org_runner_test.go
@@ -8,13 +8,12 @@ import (
8
"net/http"
9
"testing"
10
11
+ actions_model "code.gitea.io/gitea/models/actions"
12
auth_model "code.gitea.io/gitea/models/auth"
13
"code.gitea.io/gitea/models/db"
14
api "code.gitea.io/gitea/modules/structs"
15
"code.gitea.io/gitea/tests"
16
- actions_model "code.gitea.io/gitea/models/actions"
17
-
18
"github.com/stretchr/testify/assert"
19
)
20
0 commit comments