diff --git a/plugins/repository-gcs/src/test/java/org/opensearch/repositories/gcs/GoogleCloudStorageServiceTests.java b/plugins/repository-gcs/src/test/java/org/opensearch/repositories/gcs/GoogleCloudStorageServiceTests.java index dafde01d42ce8..6e9af5afab75e 100644 --- a/plugins/repository-gcs/src/test/java/org/opensearch/repositories/gcs/GoogleCloudStorageServiceTests.java +++ b/plugins/repository-gcs/src/test/java/org/opensearch/repositories/gcs/GoogleCloudStorageServiceTests.java @@ -233,7 +233,7 @@ public void testApplicationDefaultCredential() throws Exception { * no Environment Variables provided or Google Compute Engine is not running * @throws Exception */ - public void testApplicationDefaultCredentialWhenNoSettingProvided() throws Exception { + public void testApplicationDefaultCredentialsWhenNoSettingProvided() throws Exception { GoogleCloudStorageClientSettings settings = getGCSClientSettingsWithoutCredentials(); HttpTransportOptions mockHttpTransportOptions = Mockito.mock(HttpTransportOptions.class); GoogleCloudStorageService service = new GoogleCloudStorageService();