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.
2 parents 0b23d62 + 7a59b17 commit 47c6106Copy full SHA for 47c6106
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