diff --git a/test/config-example.js b/test/config-example.js index 0ddf080ee..0e6a64f93 100644 --- a/test/config-example.js +++ b/test/config-example.js @@ -35,4 +35,12 @@ exports.servers = { } }; +exports.http_servers = { + // A local test server + "alpha-http" : { + "ip" : "127.0.0.1", + "port" : 8088, + } +}; + // vim:sw=2:sts=2:ts=8:et diff --git a/test/testutils.js b/test/testutils.js index 07fd28d37..55e87a38d 100644 --- a/test/testutils.js +++ b/test/testutils.js @@ -107,8 +107,6 @@ var build_setup = function (opts, host) { var build_teardown = function (host) { return function (done) { - - host = host || config.server_default; var data = this.store[host];