mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
Gomega formats errors by first showing Error() (already has all information after WithError) and then again by dumping the error struct, which is redundant in this case. We can avoid the latter by providing a GomegaString implementation which returns nothing.