remove unnecessary config

This commit is contained in:
Pedro Nasser
2016-08-26 23:04:12 -03:00
parent ae2b12034d
commit 609d767c3f
4 changed files with 8 additions and 17 deletions

View File

@@ -26,7 +26,7 @@ func TestFullStack(t *testing.T) {
ds, close := prepareBolt(t)
defer close()
New(&models.Config{}, ds, testRunner(t))
New(ds, testRunner(t))
router := testRouter()
for i, test := range []struct {