Skip to content

Commit

Permalink
Tests: fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
rmuir committed May 5, 2015
1 parent e00c099 commit 8ed09b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,3 +11,4 @@
/plugin_tools
/.local-execution-hints.log
/.local-*-execution-hints.log
/eclipse-build
Expand Up @@ -97,7 +97,7 @@ protected Settings nodeSettings(int nodeOrdinal) {
.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 {
Expand Down

0 comments on commit 8ed09b2

Please sign in to comment.