UT: Fix example http server.

This commit is contained in:
Arthur Britto
2013-01-02 14:18:44 -08:00
committed by Stefan Thomas
parent 53d04fd61a
commit 329447d4f3

View File

@@ -37,7 +37,7 @@ exports.servers = {
exports.http_servers = {
// A local test server
"alpha-http" : {
"zed" : {
"ip" : "127.0.0.1",
"port" : 8088,
}