Skip to content

Commit

Permalink
UPSTREAM: <carry> Add standard Makefile targets
Browse files Browse the repository at this point in the history
Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
  • Loading branch information
nrb committed Aug 21, 2023
1 parent 37deba9 commit 1c41336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/gcp-controller-manager/ca_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func TestCACacheVerify(t *testing.T) {
}
})
for desc, invalidCert := range ca.invalidCerts {
invalidCert := invalidCert
t.Run(desc, func(t *testing.T) {
t.Parallel()
if err := c.verify(invalidCert); err == nil {
Expand Down

0 comments on commit 1c41336

Please sign in to comment.