mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
ci: non-constant format string (govet)
Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
@ -26,7 +26,7 @@ import (
|
||||
func checkError(t *testing.T, msg string, err error) {
|
||||
t.Helper()
|
||||
if err == nil {
|
||||
t.Errorf(msg)
|
||||
t.Error(msg)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user