Skip to content

Commit

Permalink
rerun ci
Browse files Browse the repository at this point in the history
Signed-off-by: fahadshamiinsta <[email protected]>
  • Loading branch information
fahadshamiinsta committed Jan 13, 2024
1 parent 897e272 commit a10ffa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a10ffa5

Please sign in to comment.