From d023edcba56e5832b04e2ee0d84195c69a6258d4 Mon Sep 17 00:00:00 2001 From: Wangchong Zhou Date: Mon, 6 Jul 2020 19:56:47 +0800 Subject: [PATCH] fix(tests) make pkey parameter test less flaky --- t/openssl/pkey.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/t/openssl/pkey.t b/t/openssl/pkey.t index dd2186db..08b19422 100644 --- a/t/openssl/pkey.t +++ b/t/openssl/pkey.t @@ -335,10 +335,10 @@ nil GET /t --- response_body_like eval "409 -[A-F0-9]{98} -[A-F0-9]{48} -[A-F0-9]{48} -[A-F0-9]{48} +[A-F0-9]{1,98} +[A-F0-9]{1,48} +[A-F0-9]{1,48} +[A-F0-9]{1,48} nil " --- no_error_log