From 9d536b8a134e2e50c5eebc0dd0890a0b17cc4bd4 Mon Sep 17 00:00:00 2001 From: To-om Date: Mon, 8 Feb 2021 11:14:10 +0100 Subject: [PATCH] #1782 Fix test --- ScalliGraph | 2 +- .../test/org/thp/thehive/controllers/v0/StatusCtrlTest.scala | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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() ) )