Skip to content

Commit

Permalink
Tests - wrong comma in expected error message
Browse files Browse the repository at this point in the history
  • Loading branch information
amochin committed Sep 25, 2024
1 parent 1dfb77f commit 501164b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/common_tests/connection_params.robot
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ MSSQL / PyODBC specific - charset in config file - invalid

MySQL specific - charset in config file - invalid
Skip If $DB_MODULE not in ["pymysql"]
Run Keyword And Expect Error AttributeError: 'NoneType' object has no attribute 'encoding''
Run Keyword And Expect Error AttributeError: 'NoneType' object has no attribute 'encoding'
... Connect Using Config File ${DB_MODULE}/charset_invalid


Expand Down

0 comments on commit 501164b

Please sign in to comment.