mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-06-26 06:42:31 +00:00
Change test expectation
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
parent
d4e8b2adc2
commit
2e63d50125
@ -359,7 +359,7 @@ kcrypt:
|
|||||||
It("fails to talk to the server", func() {
|
It("fails to talk to the server", func() {
|
||||||
out, err := vm.Sudo("cat manual-install.txt")
|
out, err := vm.Sudo("cat manual-install.txt")
|
||||||
Expect(err).ToNot(HaveOccurred(), out)
|
Expect(err).ToNot(HaveOccurred(), out)
|
||||||
Expect(out).To(MatchRegexp("could not encrypt partition.*x509: certificate signed by unknown authority"))
|
Expect(out).To(MatchRegexp("failed to verify certificate: x509: certificate signed by unknown authority"))
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user