From 3f1489f4f4532f93f766fc849a2e3e2b65667747 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Wed, 2 Dec 2020 17:05:45 +0100 Subject: added instance and log parameter tests --- server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/main.go b/server/main.go index c60f95d..a82faa2 100644 --- a/server/main.go +++ b/server/main.go @@ -69,7 +69,7 @@ func main() { glog.Fatalf("failed setting up log parameters: %v", err) } - i := stfe.NewInstance(lp, client, *rpcDeadline, mux) + i := stfe.NewInstance(lp, client, *rpcDeadline) for _, handler := range i.Handlers() { glog.Infof("adding handler: %s", handler.Path()) mux.Handle(handler.Path(), handler) -- cgit v1.2.3