mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
fix: enable formatter rule from testifylint in module test/utils
This commit is contained in:
parent
996e674ea7
commit
c5e951946e
@ -61,5 +61,5 @@ func TestCSIImageConfigs(t *testing.T) {
|
||||
assert.NotEmpty(t, config.version, "version")
|
||||
actualImages.Insert(config.name)
|
||||
}
|
||||
assert.ElementsMatch(t, expectedImages, actualImages.UnsortedList(), "found these images: %+v", configs)
|
||||
assert.ElementsMatchf(t, expectedImages, actualImages.UnsortedList(), "found these images: %+v", configs)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user