diff --git a/src/tests/integration/test_generic_db_operations.py b/src/tests/integration/test_generic_db_operations.py index 987eed02a..415206296 100644 --- a/src/tests/integration/test_generic_db_operations.py +++ b/src/tests/integration/test_generic_db_operations.py @@ -1414,7 +1414,7 @@ def test_autocommit_create_table_multiple_cells( "ip_with_oracle", "mysnip", [ - "table or view does not exist", + 'table or view "PLOOMBER_APP"."MYSNIP" does not exist', ], "RuntimeError", ),