Skip to content

Commit

Permalink
Update ImplicitRemoteValidationIT.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Nov 12, 2020
1 parent 272fd48 commit efdd3ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ class ImplicitRemoteValidationIT extends ApplicationTestRunner {
.then()
.statusCode(401)
.header("WWW-Authenticate", startsWith("Bearer"))
.body(Matchers.equalTo(ERROR_401))
.body(containsString("401 Unauthorized"))
}
}

0 comments on commit efdd3ee

Please sign in to comment.