From 9864628c76a522c1331ffc0cc0bf4c09128e4dbe Mon Sep 17 00:00:00 2001 From: Cheng Xing Date: Tue, 15 Jan 2019 10:47:14 -0800 Subject: [PATCH] CSI topology e2e - fix space in Feature tag --- test/e2e/storage/csi_volumes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage/csi_volumes.go b/test/e2e/storage/csi_volumes.go index e23329c0809..171adbf2630 100644 --- a/test/e2e/storage/csi_volumes.go +++ b/test/e2e/storage/csi_volumes.go @@ -155,7 +155,7 @@ var _ = utils.SIGDescribe("CSI Volumes", func() { }) } - Context("CSI Topology test using GCE PD driver [Feature: CSINodeInfo]", func() { + Context("CSI Topology test using GCE PD driver [Feature:CSINodeInfo]", func() { newConfig := config newConfig.TopologyEnabled = true driver := drivers.InitGcePDCSIDriver(newConfig).(testsuites.DynamicPVTestDriver) // TODO (#71289) eliminate by moving this test to common test suite.