Skip to content

Commit

Permalink
#1720 Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Dec 21, 2020
1 parent 0c6a256 commit 080e6ee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ class StatusCtrlTest extends PlaySpecification with TestAppBuilder {
"protectDownloadsWith" -> config.get[String]("datastore.attachment.password"),
"authType" -> Seq("local", "key", "header"),
"capabilities" -> Seq("changePassword", "setPassword", "authByKey"),
"ssoAutoLogin" -> config.get[Boolean]("user.autoCreateOnSso")
"ssoAutoLogin" -> config.get[Boolean]("user.autoCreateOnSso"),
"pollingDuration" -> 1000
)
)

Expand Down

0 comments on commit 080e6ee

Please sign in to comment.