We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895d3f0 commit 02fe2dfCopy full SHA for 02fe2df
1 file changed
src/test/java/com/influxdb/v3/client/internal/RestClientTest.java
@@ -858,7 +858,7 @@ private static Stream<Arguments> errorFromBodyV3FallbackCases() {
858
"{\"error\":\"partial write of line protocol occurred\",\"data\":{\"error_message\":\"bad line\","
859
+ "\"line_number\":{\"x\":2},\"original_line\":\"bad lp\"}}",
860
InfluxDBApiHttpException.class,
861
- "HTTP status code: 400; Message: bad line"
+ "HTTP status code: 400; Message: partial write of line protocol occurred:\n\tbad line"
862
),
863
Arguments.of(
864
"write endpoint with scalar data falls back to error",
0 commit comments