summary refs log tree commit diff stats
path: root/handlers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'handlers_test.go')
-rw-r--r--handlers_test.go2
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()
 }