From 75a81ef361691e9e885546f2aad6bb867bc0410f Mon Sep 17 00:00:00 2001 From: Jeremy Facchetti Date: Mon, 10 Jul 2023 10:24:49 +0200 Subject: [PATCH] better logs --- pkg/portal/kubeconfig/proxy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) } }) }