diff --git a/types/certificate_generator_test.go b/types/certificate_generator_test.go index 734483c..8f39775 100644 --- a/types/certificate_generator_test.go +++ b/types/certificate_generator_test.go @@ -354,7 +354,7 @@ sHx2rlaLkmSreYJsmVaiSp0E9lhdympuDF+WKRolkQ== Expect(err).ToNot(BeNil()) Expect(err.Error()).To(ContainSubstring("Invalid key_length: 1234")) - Expect(err.Error()).To(ContainSubstring("Must be one of: 2048, 3072, or 4096")) + Expect(err.Error()).To(ContainSubstring("Must be one of:")) }) It("should have the public keys of the private key and certificate match", func() {