Skip to content

Commit 39c56fe

Browse files
committed
Lint
Signed-off-by: josunect <[email protected]>
1 parent e4c6ac6 commit 39c56fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kiali/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func (s *ConfigSuite) SetupTest() {
2424

2525
// Create a test CA certificate file
2626
s.caFile = filepath.Join(s.tempDir, "ca.crt")
27-
err := os.WriteFile(s.caFile, []byte("test ca content"), 0644)
27+
err = os.WriteFile(s.caFile, []byte("test ca content"), 0644)
2828
s.Require().NoError(err, "Failed to write CA file")
2929
}
3030

0 commit comments

Comments
 (0)