Skip to content

Commit

Permalink
rename test method
Browse files Browse the repository at this point in the history
Signed-off-by: bansvaru <bansvaru@amazon.com>
  • Loading branch information
linuxpi committed Oct 11, 2023
1 parent 5b8be12 commit 3e39eb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public void testNodeRestartPostNonRestrictedSettingsUpdate() throws Exception {
ensureStableCluster(4);
}

public void testSystemRepositorySettingIsHidden() throws IOException {
public void testSystemRepositorySettingIsHiddenForGetRepositoriesRequest() throws IOException {
GetRepositoriesRequest request = new GetRepositoriesRequest(new String[] { REPOSITORY_NAME });
GetRepositoriesResponse repositoriesResponse = client().execute(GetRepositoriesAction.INSTANCE, request).actionGet();
XContentBuilder builder = MediaTypeRegistry.contentBuilder(randomFrom(XContentType.JSON));
Expand Down

0 comments on commit 3e39eb0

Please sign in to comment.