From 7699a76914510becd60d1fb190d42b4499fe6944 Mon Sep 17 00:00:00 2001 From: Divyen Patel Date: Wed, 14 Feb 2018 12:41:49 -0800 Subject: [PATCH] trivial change to fix test issue --- test/e2e/storage/vsphere/vsphere_volume_fstype.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage/vsphere/vsphere_volume_fstype.go b/test/e2e/storage/vsphere/vsphere_volume_fstype.go index 75c65d5a2b3..b631c3b0ba9 100644 --- a/test/e2e/storage/vsphere/vsphere_volume_fstype.go +++ b/test/e2e/storage/vsphere/vsphere_volume_fstype.go @@ -73,7 +73,7 @@ var _ = utils.SIGDescribe("Volume FStype [Feature:vsphere]", func() { Bootstrap(f) client = f.ClientSet namespace = f.Namespace.Name - Expect(GetReadySchedulableNodeInfos).NotTo(BeEmpty()) + Expect(GetReadySchedulableNodeInfos()).NotTo(BeEmpty()) }) It("verify fstype - ext3 formatted volume", func() {