Skip to content

Commit

Permalink
Update ImplicitRemoteValidationScenarioDefinition.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Oct 26, 2020
1 parent 76b480c commit 272fd48
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class ImplicitRemoteValidationScenarioDefinition implements ScenarioDefinition {
.withRequestBody(matching(".*token=some.random.jwt.*"))
.willReturn(aResponse()
.withHeader("Content-Type", "application/json;charset=UTF-8")
.withBodyFile("introspect.json")))
.withBodyFile("introspect-groups.json")))

}
}
}

0 comments on commit 272fd48

Please sign in to comment.