Skip to content

Commit

Permalink
Merge branch 'googleapis:main' into partialconsent
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-sunder-s authored Dec 20, 2022
2 parents 31e50f5 + aeb1218 commit 7ebcd91
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
import java.net.URI;
import java.nio.charset.StandardCharsets;
import java.util.HashMap;
import java.util.Locale;
import java.util.Map;
import org.junit.Before;
import org.junit.Test;
Expand All @@ -64,6 +65,8 @@ public class AwsRequestSignerTest {

@Before
public void setUp() throws IOException {
// Required for date parsing when run in different Locales
Locale.setDefault(Locale.US);
awsSecurityCredentials = retrieveAwsSecurityCredentials();
}

Expand Down

0 comments on commit 7ebcd91

Please sign in to comment.