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 e9f1f9c commit bee1a2bCopy full SHA for bee1a2b
models/fixtures/action_task.yml
@@ -37,4 +37,4 @@
37
log_in_storage: 1
38
log_length: 707
39
log_size: 90179
40
- log_expired: 0
+ log_expired: 0
tests/integration/api_actions_artifact_v4_test.go
@@ -16,12 +16,12 @@ import (
16
"code.gitea.io/gitea/routers/api/actions"
17
actions_service "code.gitea.io/gitea/services/actions"
18
"code.gitea.io/gitea/tests"
19
+
20
+ "github.com/stretchr/testify/assert"
21
"google.golang.org/protobuf/encoding/protojson"
22
"google.golang.org/protobuf/reflect/protoreflect"
23
"google.golang.org/protobuf/types/known/timestamppb"
24
"google.golang.org/protobuf/types/known/wrapperspb"
-
- "github.com/stretchr/testify/assert"
25
)
26
27
func toProtoJson(m protoreflect.ProtoMessage) io.Reader {
0 commit comments