Skip to content

Commit

Permalink
#1483 Fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Nov 13, 2020
1 parent 2937155 commit 3da1211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class JobCtrlTest extends PlaySpecification with TestAppBuilder {
.bindToProvider[CortexClient, TestCortexClientProvider]
.bind[Connector, TestConnector]
.bindToProvider[Schema, TheHiveCortexSchemaProvider]
.bindToProvider[QueryExecutor, TheHiveCortexQueryExecutorProvider]
.bindNamedToProvider[QueryExecutor, TheHiveCortexQueryExecutorProvider]("v0")
.bindNamedToProvider[Database, BasicDatabaseProvider]("with-thehive-cortex-schema")
)

Expand Down

0 comments on commit 3da1211

Please sign in to comment.