Skip to content

Commit

Permalink
fix client 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Sep 29, 2023
1 parent 66467b0 commit d676c87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ public void testDocumentScenario() throws Exception {
.endpointName("delete")
.expectPathPart("index", INDEX)
.expectPathPart("id", DOC_ID)
.expectAsync(false) // delete is a sync operation
.check();
}
}
Expand Down

0 comments on commit d676c87

Please sign in to comment.