From 73445e6c565a7b2c296e0cbc344c856be75295ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Hedenstro=CC=88m?= <erik@hedenstroem.com> Date: Fri, 30 Sep 2016 14:29:16 +0200 Subject: [PATCH] Fixed webserver path in gurka test --- features/consul_proxy.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/consul_proxy.feature b/features/consul_proxy.feature index d01d77c..04d0bff 100644 --- a/features/consul_proxy.feature +++ b/features/consul_proxy.feature @@ -11,7 +11,7 @@ Feature: Proxy functionality And consul logs match "Synced service 'consul'" And consul_proxy is connected to consul port 8500/tcp And a UDP listener registered as logstash - And an HTTP Server with root "test/www" and handlers "eunit_www" registered as eunit + And an HTTP Server with root "apps/consul_proxy/priv" and handlers "eunit_www" registered as eunit And consul client has set consul_proxy/watchers/kv to: """ [ -- GitLab