diff --git a/tests/encryption_test.go b/tests/encryption_test.go index 930ed93..6a923d1 100644 --- a/tests/encryption_test.go +++ b/tests/encryption_test.go @@ -359,7 +359,7 @@ kcrypt: It("fails to talk to the server", func() { out, err := vm.Sudo("cat manual-install.txt") 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")) }) }) })