Skip to content

Commit 85e1a6a

Browse files
committed
Fix tests - error message from Oracle might be slightly different
1 parent 4ed0a83 commit 85e1a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/common_tests/connection_params.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Oracle specific - thick mode in config file - invalid
128128
[Documentation] Invalid as mode switch during test execution is not supported
129129
... This test must run the last one in the suite, after others used thin mode already.
130130
Skip If $DB_MODULE != "oracledb"
131-
Run Keyword And Expect Error ProgrammingError: DPY-2019: python-oracledb thick mode cannot be used because a thin mode connection has already been created
131+
Run Keyword And Expect Error ProgrammingError: DPY-2019: python-oracledb thick mode cannot be used *
132132
... Connect Using Config File ${DB_MODULE}/thick_mode
133133

134134

0 commit comments

Comments
 (0)