1
0
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:
Zane Bitter
2025-09-23 10:28:55 +12:00
parent e3968cf012
commit 310297a9ca

View File

@@ -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 {