Skip to content

Commit

Permalink
#1782 Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Feb 8, 2021
1 parent 4dfbb6a commit 9d536b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ScalliGraph
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ class StatusCtrlTest extends PlaySpecification with TestAppBuilder {
"authType" -> Seq("local", "key", "header"),
"capabilities" -> Seq("changePassword", "setPassword", "authByKey"),
"ssoAutoLogin" -> config.get[Boolean]("user.autoCreateOnSso"),
"pollingDuration" -> 1000
"pollingDuration" -> 1000,
"schemaStatus" -> Json.arr()
)
)

Expand Down

0 comments on commit 9d536b8

Please sign in to comment.