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 4b7c607 + 22ffdc6 commit e0d39beCopy full SHA for e0d39be
pkg/volume/csi/csi_plugin_test.go
@@ -88,7 +88,7 @@ func newTestPlugin(t *testing.T, client *fakeclient.Clientset) (*csiPlugin, stri
88
func registerFakePlugin(pluginName, endpoint string, versions []string, t *testing.T) {
89
highestSupportedVersions, err := highestSupportedVersion(versions)
90
if err != nil {
91
- t.Fatalf("unexpected error parsing versions (%v) for pluginName % q endpoint %q: %#v", versions, pluginName, endpoint, err)
+ t.Fatalf("unexpected error parsing versions (%v) for pluginName %q endpoint %q: %#v", versions, pluginName, endpoint, err)
92
}
93
94
csiDrivers.Clear()
0 commit comments