Skip to content

feat: introspection_endpoint #256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add: test outcome
  • Loading branch information
ybelMekk committed May 12, 2022
commit cd79860ffaf8e0508d9455abb2b5bc0a8b1c890a
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ internal class IntrospectTest {
introspect(OAuth2TokenProvider())
}.invoke(request(url, null)).asClue {
it.status shouldBe 200
it.parse<Map<String, Any>>() shouldContainAll mapOf("active" to false)
it.parse<Map<String, Any>>() shouldContainExactly mapOf("active" to false)
}
}

Expand Down