summaryrefslogtreecommitdiffstats
path: root/api/file_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/file_test.go')
-rw-r--r--api/file_test.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/api/file_test.go b/api/file_test.go
index 405e3e7d1..2935f0804 100644
--- a/api/file_test.go
+++ b/api/file_test.go
@@ -516,10 +516,7 @@ func TestGetPublicFileOld(t *testing.T) {
store.Must(th.App.Srv.Store.FileInfo().AttachToPost(fileId, th.BasicPost.Id))
// reconstruct old style of link
- siteURL := *utils.Cfg.ServiceSettings.SiteURL
- if siteURL == "" {
- siteURL = "http://localhost" + *utils.Cfg.ServiceSettings.ListenAddress
- }
+ siteURL := fmt.Sprintf("http://localhost:%v", th.App.Srv.ListenAddr.Port)
link := generatePublicLinkOld(siteURL, th.BasicTeam.Id, channel.Id, th.BasicUser.Id, fileId+"/test.png")
// Wait a bit for files to ready