Skip to content

Commit

Permalink
Merge pull request #3332 from Coduz/fix-testElasticSearchProviderName
Browse files Browse the repository at this point in the history
Fixed test ElasticSearchClientProvider value
  • Loading branch information
Coduz authored Jun 18, 2021
2 parents 6278827 + 73562ee commit 80954ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
strict = true,
monochrome = true)
@CucumberProperty(key = "kapua.config.url", value = "")
@CucumberProperty(key = "datastore.elasticsearch.provider", value = "org.eclipse.kapua.service.elasticsearch.client.rest.RestElasticsearchClient")
@CucumberProperty(key = "datastore.elasticsearch.provider", value = "org.eclipse.kapua.service.elasticsearch.client.rest.RestElasticsearchClientProvider")
@CucumberProperty(key = "org.eclipse.kapua.qa.datastore.extraStartupDelay", value = "5")
@CucumberProperty(key = "org.eclipse.kapua.qa.broker.extraStartupDelay", value = "5")
public class RunUserServiceI9nTest {
Expand Down

0 comments on commit 80954ba

Please sign in to comment.