mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +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() {
|
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",
|
||||||
|
Loading…
Reference in New Issue
Block a user