summary refs log tree commit diff stats
path: root/handlers_test.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-21 18:49:43 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-21 18:59:56 -0400
commit4f0847bb24a5df77f88c883461491a2f6fd955d7 (patch)
tree0f9e2eef1f6bfa4f3a09370730ad8351c1ce24dd /handlers_test.go
parent61e81ea7acfc01e8b7ea33156a36c15b0674c79f (diff)
downloadgetwtxt-4f0847bb24a5df77f88c883461491a2f6fd955d7.tar.gz
runtime bugs related to api output
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()
 }