Skip to content

Commit 47c6106

Browse files
committed
Merge pull request #43 from yeonhoyoon/patch-1
fix typo
2 parents 0b23d62 + 7a59b17 commit 47c6106

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)