Skip to content

Commit 0207eb7

Browse files
committed
minor typo
1 parent 0cc494a commit 0207eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/internalClusterTest/java/org/elasticsearch/ingest/IngestClientIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ public void testBulkRequestWithInvalidJsonAndPipeline() throws Exception {
441441
assertThat(item1.getFailure().getStatus(), equalTo(org.elasticsearch.rest.RestStatus.BAD_REQUEST));
442442
assertThat(item1.getFailure().getCause(), instanceOf(IllegalArgumentException.class));
443443

444-
// Second document should fail
444+
// Third document should fail
445445
BulkItemResponse item2 = response.getItems()[2];
446446
assertThat(item2.isFailed(), is(true));
447447
assertThat(item2.getFailure().getStatus(), equalTo(org.elasticsearch.rest.RestStatus.BAD_REQUEST));

0 commit comments

Comments
 (0)