Skip to content

Commit 836295e

Browse files
howardjohnSteven Dake
authored and
Steven Dake
committed
Run go format (istio#18572)
Opened golangci/golangci-lint#840 to investigate why linter is nondeterministic now
1 parent 9927b66 commit 836295e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pilot/pkg/security/trustdomain/bundle_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func TestReplaceTrustDomainAliases(t *testing.T) {
105105
trustDomainBundle: NewTrustDomainBundle("new-td", []string{"old-td"}),
106106
principals: []string{"*-td/ns/some-ns/sa/some-sa"},
107107
// Rather than output *-td/ns/some-ns/sa/some-sa once for each trust domain.
108-
expect: []string{"*-td/ns/some-ns/sa/some-sa"},
108+
expect: []string{"*-td/ns/some-ns/sa/some-sa"},
109109
},
110110
}
111111

0 commit comments

Comments
 (0)