We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b23d62 commit 7a59b17Copy full SHA for 7a59b17
scala-oauth2-core/src/test/scala/scalaoauth2/provider/AuthHeaderSpec.scala
@@ -15,7 +15,7 @@ class AuthHeaderSpec extends FlatSpec {
15
AuthHeader.matches(createRequest(Some(" OAuth token1 "))) should be (true)
16
}
17
18
- it should "match AuthHader by case insensitive" in {
+ it should "match AuthHeader by case insensitive" in {
19
AuthHeader.matches(ProtectedResourceRequest(Map("authorization" -> Seq("OAuth token1")), Map())) should be (true)
20
21
0 commit comments