We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a7366 commit 8340824Copy full SHA for 8340824
1 file changed
src/test/java/common/KmsHelper.java
@@ -22,7 +22,7 @@
22
*/
23
public final class KmsHelper {
24
25
- private static final String DEFAULT_LOCALSTACK_ENDPOINT = "http://localstack:5001";
+ private static final String DEFAULT_LOCALSTACK_ENDPOINT = "http://localhost:5001";
26
private static final String KMS_KEY_ID = "ff275b92-0def-4dfc-b0f6-87c96b26c6c7";
27
private static final Region REGION = Region.US_EAST_1;
28
0 commit comments