fix tests for merged #18

This commit is contained in:
nicksherron 2021-01-07 13:56:11 -05:00
parent 1a38bc37d6
commit 88c2c27807

View file

@ -90,7 +90,7 @@ func TestMain(m *testing.M) {
log.Print("postgres tests") log.Print("postgres tests")
dbPath := *postgres dbPath := *postgres
logFile := filepath.Join(testDir, "postgres-server.log") logFile := filepath.Join(testDir, "postgres-server.log")
router = setupRouter(dbPath, logFile) router = setupRouter(dbPath, logFile, true)
m.Run() m.Run()
} }