Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Mar 4, 2021
1 parent 7b82860 commit 97211e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class StatusCtrlTest extends PlaySpecification with TestAppBuilder {
"pollingDuration" -> 1000
),
"schemaStatus" -> Json.arr(
Json.obj("name" -> "thehive", "currentVersion" -> 54, "expectedVersion" -> 54, "error" -> JsNull)
Json.obj("name" -> "thehive", "currentVersion" -> 56, "expectedVersion" -> 56, "error" -> JsNull)
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ class UserCtrlTest extends PlaySpecification with TestAppBuilder {
Permissions.manageAlert,
Permissions.manageAction,
Permissions.manageConfig,
Permissions.accessTheHiveFS
Permissions.accessTheHiveFS,
Permissions.manageTag
),
organisation = "cert"
)
Expand Down

0 comments on commit 97211e3

Please sign in to comment.