Skip to content

Commit e8c8a32

Browse files
committed
Fix tests for variables replacement - use proper error messages
1 parent e93bfc7 commit e8c8a32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/tests/common_tests/replace_robot_variables.robot

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ ${Script with vars} ${Script files dir}/select_with_robot_variables.sql
1717
... psycopg2=*syntax error*$*
1818
... oracledb=*$*invalid character*
1919
... pymssql=*Incorrect syntax*$*
20-
... pymysql=xfg
21-
... pyodbc=xfgf
20+
... pymysql=*error*syntax*
21+
... pyodbc=*error*syntax*
2222
... ibm_db_dbi=*Invalid SQL syntax*
23+
... sqlite3=*unrecognized token*$*
2324

2425

2526
*** Test Cases ***

0 commit comments

Comments
 (0)