summaryrefslogtreecommitdiff
path: root/testrig/router.go
diff options
context:
space:
mode:
Diffstat (limited to 'testrig/router.go')
-rw-r--r--testrig/router.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrig/router.go b/testrig/router.go
index 8efe1e4de..4bfa57603 100644
--- a/testrig/router.go
+++ b/testrig/router.go
@@ -27,7 +27,7 @@ import (
// NewTestRouter returns a Router suitable for testing
func NewTestRouter(db db.DB) router.Router {
- r, err := router.New(context.Background(), NewTestConfig(), db)
+ r, err := router.New(context.Background(), db)
if err != nil {
panic(err)
}