fix fly integration test in window OS

Signed-off-by: Rui Yang <ruiya@vmware.com>
This commit is contained in:
Rui Yang 2022-05-13 16:23:53 -04:00
parent d81c8901b6
commit 6ec1b981b5
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ and the following resource types:
It("errors", func() {
Eventually(sess.Err).Should(gbytes.Say(fmt.Sprintf("can specify only one of --resource or --resource-type\n")))
Expect(sess.ExitCode()).To(Equal(1))
Expect(sess.ExitCode()).ToNot(Equal(0))
})
})
})