common: test fixups after rebasing
Integration (Selective) / check (pull_request) Successful in 1s
gofmt / Format checking (pull_request) Successful in 4s
go-generate-check / go-generate-check (pull_request) Successful in 13s
gofmt / Linter and static analysis (pull_request) Successful in 1m0s
go-test-unit / go-test-unit (pull_request) Successful in 1m1s
Integration (Selective) / integration (pull_request) Failing after 10m10s

This commit is contained in:
2026-07-16 15:22:22 +02:00
parent 7cdd08e666
commit 9a11c6ef94
+3 -3
View File
@@ -654,7 +654,7 @@ func TestPR(t *testing.T) {
consistentSet: true,
reviewed: true,
reviewSetFetcher: func(mock *mock_common.MockGiteaPRTimelineReviewFetcher) (*common.PRSet, error) {
return common.FetchPRSet("test", mock, "foo", "barPrj", 42, &common.AutogitConfig{
return common.FetchPRSet([]string{"test"}, mock, "foo", "barPrj", 42, &common.AutogitConfig{
Reviewers: []string{"+super1", "*super2", "m1", "-m2"},
Branch: "branch",
Organization: "foo",
@@ -679,7 +679,7 @@ func TestPR(t *testing.T) {
consistentSet: true,
reviewed: false,
reviewSetFetcher: func(mock *mock_common.MockGiteaPRTimelineReviewFetcher) (*common.PRSet, error) {
return common.FetchPRSet("test", mock, "foo", "barPrj", 42, &common.AutogitConfig{
return common.FetchPRSet([]string{"test"}, mock, "foo", "barPrj", 42, &common.AutogitConfig{
Reviewers: []string{"+super1", "*super2", "m1", "-m2"},
Branch: "branch",
Organization: "foo",
@@ -704,7 +704,7 @@ func TestPR(t *testing.T) {
consistentSet: true,
reviewed: false,
reviewSetFetcher: func(mock *mock_common.MockGiteaPRTimelineReviewFetcher) (*common.PRSet, error) {
return common.FetchPRSet("test", mock, "foo", "barPrj", 42, &common.AutogitConfig{
return common.FetchPRSet([]string{"test"}, mock, "foo", "barPrj", 42, &common.AutogitConfig{
Reviewers: []string{"+super1", "*super2", "m1", "-m2"},
Branch: "branch",
Organization: "foo",