Commit a4ce3924 authored by jianglingxia's avatar jianglingxia

Delete the parentheses in volumes.go

parent 7f991a3b
...@@ -535,9 +535,7 @@ var _ = SIGDescribe("Volumes", func() { ...@@ -535,9 +535,7 @@ var _ = SIGDescribe("Volumes", func() {
Describe("vsphere [Feature:Volumes]", func() { Describe("vsphere [Feature:Volumes]", func() {
It("should be mountable", func() { It("should be mountable", func() {
framework.SkipUnlessProviderIs("vsphere") framework.SkipUnlessProviderIs("vsphere")
var ( var volumePath string
volumePath string
)
config := framework.VolumeTestConfig{ config := framework.VolumeTestConfig{
Namespace: namespace.Name, Namespace: namespace.Name,
Prefix: "vsphere", Prefix: "vsphere",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment