diff --git a/cmd/soundtouch-service/router_test.go b/cmd/soundtouch-service/router_test.go index c41c211..f3dd73d 100644 --- a/cmd/soundtouch-service/router_test.go +++ b/cmd/soundtouch-service/router_test.go @@ -128,7 +128,7 @@ func TestPUTRenameRoutesToLocalHandler(t *testing.T) { _ = ds.Initialize() server := handlers.NewServer(ds, nil, "http://localhost:8000", false, false, false) - r := setupRouter(server) + r := setupRouter(server, nil) ts := httptest.NewServer(r) defer ts.Close()