diff --git a/controller/proxy-injector/patch_test.go b/controller/proxy-injector/patch_test.go index 25f3f6476..267b916fa 100644 --- a/controller/proxy-injector/patch_test.go +++ b/controller/proxy-injector/patch_test.go @@ -72,6 +72,6 @@ func TestPatch(t *testing.T) { } if !reflect.DeepEqual(actual, expected) { - t.Errorf("Content mismatch\nExpected: %s\nActual: %s", expected, actual) + t.Errorf("Content mismatch\nExpected: %+v\nActual: %+v", expected, actual) } }