Skip to content

Commit

Permalink
fix: failing oracle integration test 'ip_with_oracle'
Browse files Browse the repository at this point in the history
  • Loading branch information
Van Leuven Wim (100) committed Jun 29, 2024
1 parent efdb739 commit e026609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/integration/test_generic_db_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
Expand Down

0 comments on commit e026609

Please sign in to comment.