mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
Merge pull request #127656 from jdtuhui/testifylint/formatter@test/utils
fix: enable formatter rule from testifylint in module test/utils
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user