mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Delete the parentheses in volumes.go
This commit is contained in:
parent
7f991a3b53
commit
a4ce39248a
@ -535,9 +535,7 @@ var _ = SIGDescribe("Volumes", func() {
|
||||
Describe("vsphere [Feature:Volumes]", func() {
|
||||
It("should be mountable", func() {
|
||||
framework.SkipUnlessProviderIs("vsphere")
|
||||
var (
|
||||
volumePath string
|
||||
)
|
||||
var volumePath string
|
||||
config := framework.VolumeTestConfig{
|
||||
Namespace: namespace.Name,
|
||||
Prefix: "vsphere",
|
||||
|
Loading…
Reference in New Issue
Block a user