Skip to content

Commit a985208

Browse files
committed
fix description
1 parent 883a43a commit a985208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class TokenEndPointSpec extends FlatSpec with ScalaFutures {
117117
}
118118
}
119119

120-
it should "be" in {
120+
it should "be Failure when DataHandler throws Exception" in {
121121
val request = AuthorizationRequest(
122122
Map("Authorization" -> Seq("Basic Y2xpZW50X2lkX3ZhbHVlOmNsaWVudF9zZWNyZXRfdmFsdWU=")),
123123
Map("grant_type" -> Seq("password"), "username" -> Seq("user"), "password" -> Seq("pass"), "scope" -> Seq("all"))

0 commit comments

Comments
 (0)