Skip to content

Commit c20a76c

Browse files
committed
add missing test case
1 parent 55075b1 commit c20a76c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/com/auth0/net/CustomRequestTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ public void shouldParsePlainTextErrorResponse() throws Exception {
297297
APIException authException = (APIException) exception;
298298
assertThat(authException.getDescription(), is("A plain-text error response"));
299299
assertThat(authException.getError(), is(nullValue()));
300+
assertThat(authException.getValue("non_existing_key"), is(nullValue()));
300301
assertThat(authException.getStatusCode(), is(400));
301302
}
302303

0 commit comments

Comments
 (0)