Tests: fix compilation error

This commit is contained in:
Robert Muir 2015-05-05 14:11:07 -04:00
parent e00c099f18
commit 8ed09b20cf
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/plugin_tools
/.local-execution-hints.log
/.local-*-execution-hints.log
/eclipse-build

View File

@ -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 {