Skip to content

Commit b4ec27f

Browse files
committed
adjust expected value in test
1 parent eedb979 commit b4ec27f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_error_handling.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ def test_statement_with_error_trace(cratedb_service):
1717
assert ex.match(
1818
re.escape('InvalidColumnNameException["_id" conflicts with system column pattern]')
1919
)
20-
assert ex.match('InvalidColumnNameException: "_id" conflicts with system column pattern')
20+
assert ex.match(
21+
"io.crate.exceptions.InvalidColumnNameException: "
22+
'"_id" conflicts with system column pattern'
23+
)

0 commit comments

Comments
 (0)