Skip to content

Commit 7a59b17

Browse files
committed
fix typo
1 parent 0b23d62 commit 7a59b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala-oauth2-core/src/test/scala/scalaoauth2/provider/AuthHeaderSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class AuthHeaderSpec extends FlatSpec {
1515
AuthHeader.matches(createRequest(Some(" OAuth token1 "))) should be (true)
1616
}
1717

18-
it should "match AuthHader by case insensitive" in {
18+
it should "match AuthHeader by case insensitive" in {
1919
AuthHeader.matches(ProtectedResourceRequest(Map("authorization" -> Seq("OAuth token1")), Map())) should be (true)
2020
}
2121

0 commit comments

Comments
 (0)