Tests: fix compilation error
This commit is contained in:
parent
e00c099f18
commit
8ed09b20cf
|
@ -11,3 +11,4 @@
|
|||
/plugin_tools
|
||||
/.local-execution-hints.log
|
||||
/.local-*-execution-hints.log
|
||||
/eclipse-build
|
||||
|
|
|
@ -97,7 +97,7 @@ public abstract class AbstractAwsTest extends ElasticsearchIntegrationTest {
|
|||
.put("cloud.aws.test.write_failures", 0.1)
|
||||
.put("cloud.aws.test.read_failures", 0.1);
|
||||
|
||||
Environment environment = new Environment();
|
||||
Environment environment = new Environment(settings.build());
|
||||
|
||||
// if explicit, just load it and don't load from env
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue