Switch back non-cluster tests to localhost

This commit is contained in:
Nicolas Dextraze
2017-01-28 18:35:35 -08:00
parent faed60b8ac
commit 0463d85cfe
3 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ if (process.env.TESTS_VERBOSE_LOGGING === '1') {
settings.log = new FileLogger('test-verbose.log');
}
var tcpEndPoint = {host: '192.168.33.10', port: 1113};
var tcpEndPoint = {host: 'localhost', port: 1113};
function setUp(cb) {
this.log = settings.log;