Skip to content

Commit

Permalink
#1483 Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Sep 7, 2020
1 parent 68cbb93 commit 7a43665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive/test/org/thp/thehive/TestAppBuilder.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ trait TestAppBuilder {
.bind[UserSrv, LocalUserSrv]
.bind[StorageSrv, LocalFileSystemStorageSrv]
.bind[Schema, TheHiveSchemaDefinition]
.bind[QueryExecutor, TheHiveQueryExecutor]
.bindNamed[QueryExecutor, TheHiveQueryExecutor]("v0")
.multiBind[AuthSrvProvider](classOf[LocalPasswordAuthProvider], classOf[LocalKeyAuthProvider], classOf[HeaderAuthProvider])
.multiBind[NotifierProvider](classOf[AppendToFileProvider])
.multiBind[NotifierProvider](classOf[EmailerProvider])
Expand Down

0 comments on commit 7a43665

Please sign in to comment.