trivial change to fix test issue

This commit is contained in:
Divyen Patel 2018-02-14 12:41:49 -08:00
parent d7c02288fc
commit 7699a76914

View File

@ -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() {