Skip to content

Commit

Permalink
better logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Facchetti committed Jul 10, 2023
1 parent c60c1d6 commit 75a81ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/portal/kubeconfig/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
})
}
Expand Down

0 comments on commit 75a81ef

Please sign in to comment.