Skip to content

Commit

Permalink
Removes a missed reference for ImmutableOpenMap (opensearch-project#2726
Browse files Browse the repository at this point in the history
)

Signed-off-by: Darshit Chanpura <[email protected]>
Signed-off-by: Maciej Mierzwa <[email protected]>
  • Loading branch information
DarshitChanpura authored and MaciejMierzwa committed Jun 13, 2023
1 parent 6b43308 commit 7871179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected boolean matchesSafely(GetSettingsResponse response, Description mismat
if (!indexToSettings.containsKey(index)) {
mismatchDescription
.appendText("Response contains settings of indices: ")
.appendValue(indexToSettings.keySet().toArray());
.appendValue(indexToSettings.keySet());
return false;
}
}
Expand Down

0 comments on commit 7871179

Please sign in to comment.