Skip to content

Commit f773d76

Browse files
committed
Adjust assertion in http.txt for the error trace test case.
The error message handling was modified starting from 4.3. See crate/crate#10355
1 parent 0cb5d94 commit f773d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crate/client/doctests/http.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,5 +201,5 @@ will be provided::
201201
... trace = 'TRACE: ' + str(e.error_trace)
202202

203203
>>> print(trace)
204-
TRACE: SQLActionException: 400 Bad Request 4000 SQLParseException: ... mismatched input 'error' expecting {<EOF>, ...
204+
TRACE: ... mismatched input 'error' expecting {<EOF>, ...
205205
at io.crate...

0 commit comments

Comments
 (0)