mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
integration tests: fix unsafe logging
This commit is contained in:
@@ -431,7 +431,7 @@ func byteCompareInternal(ts *testscript.TestScript, neg bool, aData, eData []byt
|
||||
return
|
||||
}
|
||||
|
||||
ts.Logf(aText)
|
||||
ts.Logf("%s", aText)
|
||||
|
||||
var sb strings.Builder
|
||||
if err := diff.Text(eFilePath, aFilePath, eText, aText, &sb); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user