Skip to content

Commit 02fe2df

Browse files
committed
test: align expected error
1 parent 895d3f0 commit 02fe2df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/influxdb/v3/client/internal/RestClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ private static Stream<Arguments> errorFromBodyV3FallbackCases() {
858858
"{\"error\":\"partial write of line protocol occurred\",\"data\":{\"error_message\":\"bad line\","
859859
+ "\"line_number\":{\"x\":2},\"original_line\":\"bad lp\"}}",
860860
InfluxDBApiHttpException.class,
861-
"HTTP status code: 400; Message: bad line"
861+
"HTTP status code: 400; Message: partial write of line protocol occurred:\n\tbad line"
862862
),
863863
Arguments.of(
864864
"write endpoint with scalar data falls back to error",

0 commit comments

Comments
 (0)