in persistent_volumes-local.go has the parentheses of var define
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user