Skip to content

Commit

Permalink
Awaits fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Brooks committed Aug 29, 2024
1 parent 89c76d8 commit 3dc16ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public void testIndexMissingBody() throws IOException {
assertResponseException(responseException, "request body is required");
}

@AwaitsFix(bugUrl = "need to decide how to handle this scenario")
public void testBulkMissingBody() throws IOException {
ResponseException responseException = expectThrows(
ResponseException.class,
Expand Down

0 comments on commit 3dc16ce

Please sign in to comment.