File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 4
4
package integration
5
5
6
6
import (
7
- runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
7
+ "fmt"
8
+ "net/http"
9
+ "net/url"
10
+ "testing"
11
+ "time"
12
+
8
13
actions_model "code.gitea.io/gitea/models/actions"
9
14
auth_model "code.gitea.io/gitea/models/auth"
10
15
"code.gitea.io/gitea/models/unittest"
11
16
user_model "code.gitea.io/gitea/models/user"
12
17
"code.gitea.io/gitea/modules/json"
13
18
"code.gitea.io/gitea/routers/web/repo/actions"
14
- "fmt"
19
+
20
+ runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
15
21
"github.com/stretchr/testify/assert"
16
22
"google.golang.org/protobuf/types/known/timestamppb"
17
- "net/http"
18
- "net/url"
19
- "testing"
20
- "time"
21
23
)
22
24
23
25
func TestActionsDeleteRun (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments