summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-21 17:17:52 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-21 17:17:52 -0400
commitd27a5c470eb994ea7e67abd5f478f40b53fbe370 (patch)
tree8ad4aa805567f5e95e96b632580a9e1f5d2145ee
parenta28407d3a25df1841ee43b0d3ceaaa67cf4e97ab (diff)
downloadgetwtxt-d27a5c470eb994ea7e67abd5f478f40b53fbe370.tar.gz
race cond in testing
-rw-r--r--handlers_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/handlers_test.go b/handlers_test.go
index 4ae7ae6..f240890 100644
--- a/handlers_test.go
+++ b/handlers_test.go
@@ -14,7 +14,6 @@ import (
 var testport = fmt.Sprintf(":%v", confObj.port)
 
 func initTestConf() {
-	initConfig()
 	logToNull()
 }