Skip to content

Commit 9aa14a4

Browse files
committed
Fix pymysql tests
1 parent ba5a801 commit 9aa14a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/common_tests/connection_params.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Test Teardown Disconnect From Database
1919
... invalid custom param=TypeError: connect() got an unexpected keyword argument 'blah'
2020
&{Errors pymysql}
2121
... missing basic params=OperationalError: (1045, "Access denied*
22-
... invalid custom param=TypeError: Connection.__init__() got an unexpected keyword argument 'blah'
22+
... invalid custom param=REGEXP: TypeError.*__init__.*got an unexpected keyword argument 'blah'
2323
&{Errors pyodbc}
2424
... missing basic params=REGEXP: InterfaceError.*Data source name not found and no default driver specified.*
2525

0 commit comments

Comments
 (0)