Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Dec 1, 2023
1 parent 3f76581 commit 1f425e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ private void updateApiKeys(
if (bulkRequestBuilder.numberOfActions() == 0) {
logger.trace("No bulk request execution necessary for API key update");
listener.onResponse(responseBuilder.build());
bulkRequestBuilder.close();
return;
}

Expand Down

0 comments on commit 1f425e5

Please sign in to comment.