diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-09 04:21:03 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-09 04:21:03 -0400 |
commit | c0507308950bf7db65d1f6ee79ce9f67b61cbe0e (patch) | |
tree | 09184268fa8872fe403398142fbce2b78cab9907 /svc/handlers_test.go | |
parent | 7410b8cd74d0f702b087577b1793bcf541ac8371 (diff) | |
download | getwtxt-c0507308950bf7db65d1f6ee79ce9f67b61cbe0e.tar.gz |
explicit init of static assets and test template init were removed: redundant
Diffstat (limited to 'svc/handlers_test.go')
-rw-r--r-- | svc/handlers_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svc/handlers_test.go b/svc/handlers_test.go index 7f2e7d7..36c795a 100644 --- a/svc/handlers_test.go +++ b/svc/handlers_test.go @@ -15,6 +15,7 @@ import ( // they'll need more than a barebones test environment to // get any real information. The HTTP responses are being // tested by me by hand, mostly. + func Test_indexHandler(t *testing.T) { initTestConf() t.Run("indexHandler", func(t *testing.T) { |