diff --git a/pkg/portal/kubeconfig/proxy_test.go b/pkg/portal/kubeconfig/proxy_test.go index 1b22e622046..fce3f290a40 100644 --- a/pkg/portal/kubeconfig/proxy_test.go +++ b/pkg/portal/kubeconfig/proxy_test.go @@ -440,7 +440,7 @@ func TestProxy(t *testing.T) { } if string(b) != tt.wantBody { - t.Errorf("%q", string(b)) + t.Errorf("wanted %s but got %s", tt.wantBody, string(b)) } }) }