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 bab10dd5c5061..7e26e36afadec 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 @@ -229,8 +229,8 @@ public void testApplicationDefaultCredential() throws Exception { } /** - * The application default credential throws exception when there are no - * Environment Variables provided or Google Compute Engine is not running + * The application default credential throws exception when there are + * no Environment Variables provided or Google Compute Engine is not running * @throws Exception */ public void applicationDefaultCredentialThrowsErrorWhenNotAvailable() throws Exception {