We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdc48b9 + c5e9519 commit 2002023Copy full SHA for 2002023
test/utils/image/csi_manifests_test.go
@@ -61,5 +61,5 @@ func TestCSIImageConfigs(t *testing.T) {
61
assert.NotEmpty(t, config.version, "version")
62
actualImages.Insert(config.name)
63
}
64
- assert.ElementsMatch(t, expectedImages, actualImages.UnsortedList(), "found these images: %+v", configs)
+ assert.ElementsMatchf(t, expectedImages, actualImages.UnsortedList(), "found these images: %+v", configs)
65
0 commit comments