From 651dd33b29b7b8b296cc5a12479684fa836867b1 Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Thu, 31 Aug 2017 01:54:16 +0800 Subject: set to default value with config is missing (#7320) --- web/web_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/web_test.go') diff --git a/web/web_test.go b/web/web_test.go index 7881b8eed..e1cdb0714 100644 --- a/web/web_test.go +++ b/web/web_test.go @@ -30,7 +30,7 @@ func Setup() { api4.InitApi(false) api.InitApi() InitWeb() - URL = "http://localhost" + utils.Cfg.ServiceSettings.ListenAddress + URL = "http://localhost" + *utils.Cfg.ServiceSettings.ListenAddress ApiClient = model.NewClient(URL) app.Srv.Store.MarkSystemRanUnitTests() -- cgit v1.2.3-1-g7c22