Fix syntax and don't hide error

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
Dimitris Karakasilis
2023-09-28 16:44:10 +03:00
parent 48c445756e
commit f2ec19d53d
2 changed files with 2 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ var _ = Describe("RunInstall", func() {
It("runs the install", func() {
Skip("Not ready yet")
err = RunInstall(options, "") // TODO
err = RunInstall(options)
Expect(err).ToNot(HaveOccurred())
})
})