in persistent_volumes-local.go has the parentheses of var define

This commit is contained in:
jianglingxia 2017-10-25 17:08:03 +08:00
parent a4ce39248a
commit 23fbb70291

View File

@ -300,9 +300,7 @@ var _ = SIGDescribe("PersistentVolumes-local [Feature:LocalPersistentVolumes] [S
}) })
Context("when using local volume provisioner", func() { Context("when using local volume provisioner", func() {
var ( var volumePath string
volumePath string
)
BeforeEach(func() { BeforeEach(func() {
setupLocalVolumeProvisioner(config) setupLocalVolumeProvisioner(config)