We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d2df4 commit 398af8bCopy full SHA for 398af8b
test/protocol-tests/src/test/java/software/amazon/awssdk/protocol/tests/endpoint/EndpointTraitTest.java
@@ -108,7 +108,7 @@ public void hostExpression_withInputMemberLabel() throws URISyntaxException {
108
}
109
110
111
- @Test (expected = NullPointerException.class)
+ @Test (expected = IllegalArgumentException.class)
112
public void validationException_whenInputMember_inHostPrefix_isNull() {
113
client.endpointTraitTwo(EndpointTraitTwoRequest.builder().build());
114
0 commit comments