From faee9dc5bd3f65062018660cdd06caf9c60244d6 Mon Sep 17 00:00:00 2001 From: I766702 Date: Mon, 26 Jan 2026 12:26:38 +0100 Subject: [PATCH] fixed unit test --- types/certificate_generator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {