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 Sep 7, 2020
1 parent 7a43665 commit befb5da
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 befb5da

Please sign in to comment.