diff options
Diffstat (limited to 'web/web_test.go')
-rw-r--r-- | web/web_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/web_test.go b/web/web_test.go index 3da7eb2dc..c1d5dd6f9 100644 --- a/web/web_test.go +++ b/web/web_test.go @@ -25,7 +25,7 @@ func Setup() { api.StartServer() api.InitApi() InitWeb() - URL = "http://localhost:" + utils.Cfg.ServiceSettings.Port + URL = "http://localhost" + utils.Cfg.ServiceSettings.ListenAddress ApiClient = model.NewClient(URL) } } |