diff --git a/ScalliGraph b/ScalliGraph index c4ed5935b6..213e4478d3 160000 --- a/ScalliGraph +++ b/ScalliGraph @@ -1 +1 @@ -Subproject commit c4ed5935b62b6df3c2ae0a0058e232df72f32697 +Subproject commit 213e4478d349afeb3e9978c39042458fde6a61b9 diff --git a/thehive/test/org/thp/thehive/controllers/v0/StatusCtrlTest.scala b/thehive/test/org/thp/thehive/controllers/v0/StatusCtrlTest.scala index e3516edecb..d128c88554 100644 --- a/thehive/test/org/thp/thehive/controllers/v0/StatusCtrlTest.scala +++ b/thehive/test/org/thp/thehive/controllers/v0/StatusCtrlTest.scala @@ -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() ) )