aboutsummaryrefslogtreecommitdiff
path: root/setup/base/base_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'setup/base/base_test.go')
-rw-r--r--setup/base/base_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/base/base_test.go b/setup/base/base_test.go
index 61cb530a..d906294c 100644
--- a/setup/base/base_test.go
+++ b/setup/base/base_test.go
@@ -35,7 +35,7 @@ func TestLandingPage(t *testing.T) {
s.Close()
// start base with the listener and wait for it to be started
- go b.SetupAndServeHTTP("", config.HTTPAddress(s.URL), nil, nil)
+ go b.SetupAndServeHTTP(config.HTTPAddress(s.URL), nil, nil)
time.Sleep(time.Millisecond * 10)
// When hitting /, we should be redirected to /_matrix/static, which should contain the landing page