From cdc6ff60edafefe47cd2d1cf8f30965f15179155 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 4 Dec 2018 10:43:54 +0100 Subject: [PATCH] tests: use port 8080 for non-root execution --- tests/integration/pipe-loopback-websocket.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/pipe-loopback-websocket.sh b/tests/integration/pipe-loopback-websocket.sh index de35cc8d1..b44fa37cb 100755 --- a/tests/integration/pipe-loopback-websocket.sh +++ b/tests/integration/pipe-loopback-websocket.sh @@ -41,7 +41,7 @@ cat > ${CONFIG_FILE} << EOF "type" : "websocket", "destinations" : [ - "ws://127.0.0.1:81/node2.protobuf" + "ws://127.0.0.1:8080/node2.protobuf" ] } } @@ -51,7 +51,7 @@ EOF cat > ${CONFIG_FILE2} << EOF { "http" : { - "port" : 81 + "port" : 8080 }, "logging" : { "level" : 15 }, "nodes" : {