mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
in persistent_volumes-local.go has the parentheses of var define
This commit is contained in:
parent
a4ce39248a
commit
23fbb70291
@ -300,9 +300,7 @@ var _ = SIGDescribe("PersistentVolumes-local [Feature:LocalPersistentVolumes] [S
|
||||
})
|
||||
|
||||
Context("when using local volume provisioner", func() {
|
||||
var (
|
||||
volumePath string
|
||||
)
|
||||
var volumePath string
|
||||
|
||||
BeforeEach(func() {
|
||||
setupLocalVolumeProvisioner(config)
|
||||
|
Loading…
Reference in New Issue
Block a user