File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -999,7 +999,7 @@ def test_create_server_ssl_verify_failed(self):
999999 with mock .patch .object (self .loop , 'call_exception_handler' ):
10001000 with test_utils .disable_logger ():
10011001 with self .assertRaisesRegex (ssl .SSLError ,
1002- 'certificate verify failed ' ):
1002+ '(?i) certificate. verify. failed ' ):
10031003 self .loop .run_until_complete (f_c )
10041004
10051005 # execute the loop to log the connection error
@@ -1033,7 +1033,7 @@ def test_create_unix_server_ssl_verify_failed(self):
10331033 with mock .patch .object (self .loop , 'call_exception_handler' ):
10341034 with test_utils .disable_logger ():
10351035 with self .assertRaisesRegex (ssl .SSLError ,
1036- 'certificate verify failed ' ):
1036+ '(?i) certificate. verify. failed ' ):
10371037 self .loop .run_until_complete (f_c )
10381038
10391039 # execute the loop to log the connection error
You can’t perform that action at this time.
0 commit comments