Skip to content

Commit

Permalink
Update src/main/groovy/com/okta/test/mock/tests/ImplicitRemoteValidat…
Browse files Browse the repository at this point in the history
…ionIT.groovy

Co-authored-by: Brian Demers <bdemers@apache.org>
  • Loading branch information
arvindkrishnakumar-okta and bdemers committed Oct 7, 2020
1 parent f78d47c commit 76b480c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ImplicitRemoteValidationIT extends ApplicationTestRunner {
}

@Test
void test401ResponseBody() {
void testNoAuthTokenReturns401() {
given()
.contentType(ContentType.ANY)
.redirects()
Expand Down

0 comments on commit 76b480c

Please sign in to comment.