Skip to content

Commit bad86d7

Browse files
author
Jake Heimbouch
committed
Changing host default back to 'localhost'
1 parent f677e6b commit bad86d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/nlpcn/es4sql/MainTestSuite.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ private static InetSocketTransportAddress getTransportAddress() {
150150
String port = System.getenv("ES_TEST_PORT");
151151

152152
if(host == null) {
153-
host = "10.1.1.44";
153+
host = "localhost";
154154
System.out.println("ES_TEST_HOST enviroment variable does not exist. choose default 'localhost'");
155155
}
156156

0 commit comments

Comments
 (0)