Skip to content

Commit d7ef22b

Browse files
tests: update test to reflect the change in openssl.
1 parent 1f67568 commit d7ef22b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

t/ssl.t

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ result: \{"affected_rows":0,"insert_id":0,"server_status":2,"warning_count":[01]
174174
return
175175
end
176176
';
177-
--- response_body
178-
failed to connect: failed to do ssl handshake: 18: self signed certificate: nil nil
179-
--- error_log
180-
lua ssl certificate verify error: (18: self signed certificate)
177+
--- response_body eval
178+
qr/failed to connect: failed to do ssl handshake: 18: self[- ]signed certificate: nil nil/
179+
--- error_log eval
180+
qr/lua ssl certificate verify error: \(18: self[- ]signed certificate\)/
181181
--- timeout: 5

0 commit comments

Comments
 (0)