summaryrefslogtreecommitdiffstats
path: root/web/web_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'web/web_test.go')
-rw-r--r--web/web_test.go2
1 files changed, 1 insertions, 1 deletions
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()