We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93bfc7 commit e8c8a32Copy full SHA for e8c8a32
test/tests/common_tests/replace_robot_variables.robot
@@ -17,9 +17,10 @@ ${Script with vars} ${Script files dir}/select_with_robot_variables.sql
17
... psycopg2=*syntax error*$*
18
... oracledb=*$*invalid character*
19
... pymssql=*Incorrect syntax*$*
20
-... pymysql=xfg
21
-... pyodbc=xfgf
+... pymysql=*error*syntax*
+... pyodbc=*error*syntax*
22
... ibm_db_dbi=*Invalid SQL syntax*
23
+... sqlite3=*unrecognized token*$*
24
25
26
*** Test Cases ***
0 commit comments