mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-20 00:35:18 +00:00
The last update to github.com/stretchr/testify makes `assert.Equal` consider the type of its arguments. This commit makes this test pass again by only testing for value equality using `assert.EqualValues`.