diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-21 17:17:52 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-21 17:17:52 -0400 |
commit | d27a5c470eb994ea7e67abd5f478f40b53fbe370 (patch) | |
tree | 8ad4aa805567f5e95e96b632580a9e1f5d2145ee | |
parent | a28407d3a25df1841ee43b0d3ceaaa67cf4e97ab (diff) | |
download | getwtxt-d27a5c470eb994ea7e67abd5f478f40b53fbe370.tar.gz |
race cond in testing
-rw-r--r-- | handlers_test.go | 1 |
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() } |