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 3f157d9 commit 8e87f1cCopy full SHA for 8e87f1c
tests/integration/actions_log_test.go
@@ -11,16 +11,16 @@ import (
11
"testing"
12
"time"
13
14
- runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
15
auth_model "code.gitea.io/gitea/models/auth"
16
repo_model "code.gitea.io/gitea/models/repo"
17
"code.gitea.io/gitea/models/unittest"
18
user_model "code.gitea.io/gitea/models/user"
19
"code.gitea.io/gitea/modules/setting"
20
"code.gitea.io/gitea/modules/storage"
21
- "google.golang.org/protobuf/types/known/timestamppb"
22
+ runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
23
"github.com/stretchr/testify/assert"
+ "google.golang.org/protobuf/types/known/timestamppb"
24
)
25
26
func TestDownloadTaskLogs(t *testing.T) {
0 commit comments