diff options
Diffstat (limited to 'handlers_test.go')
-rw-r--r-- | handlers_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/handlers_test.go b/handlers_test.go index f240890..b409521 100644 --- a/handlers_test.go +++ b/handlers_test.go @@ -14,6 +14,8 @@ import ( var testport = fmt.Sprintf(":%v", confObj.port) func initTestConf() { + initConfig() + tmpls = initTemplates() logToNull() } |