Skip to content

Commit 91d7958

Browse files
rwinieskiCopilot
andauthored
Update test/utils/certs.go
Co-authored-by: Copilot <[email protected]>
1 parent 1ed2814 commit 91d7958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/certs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ func GenerateCACertificate(caPath string) error {
8181
return fmt.Errorf("failed to execute command %v: %w", cmdArgs, err)
8282
}
8383
}
84-
return err
84+
return nil
8585
}

0 commit comments

Comments
 (0)