From a10ffa557878004da91d94689ce18e41971caec7 Mon Sep 17 00:00:00 2001 From: fahadshamiinsta Date: Sat, 13 Jan 2024 14:03:22 +1100 Subject: [PATCH] rerun ci Signed-off-by: fahadshamiinsta --- .../repositories/gcs/GoogleCloudStorageServiceTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();