Skip to content

Commit 36a14b7

Browse files
authored
Skip missing region test (#3848)
This test asserts that we throw a specific error message when no region is provided, that message won't be thrown by client since it does its own validation.
1 parent 22354b9 commit 36a14b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegen/src/main/java/software/amazon/awssdk/codegen/poet/rules/EndpointRulesClientTestSpec.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public class EndpointRulesClientTestSpec implements ClassSpec {
8686
tests.put("For region us-isob-east-1 with FIPS disabled and DualStack enabled", "Client builder does the validation");
8787
tests.put("For region us-isob-west-1 with FIPS enabled and DualStack enabled", "Client builder does the validation");
8888
tests.put("For region us-isob-west-1 with FIPS disabled and DualStack enabled", "Client builder does the validation");
89+
tests.put("Missing region", "Client does validation");
8990
GLOBAL_SKIP_ENDPOINT_TESTS = Collections.unmodifiableMap(tests);
9091

9192
}

0 commit comments

Comments
 (0)