diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-06 01:24:06 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-06 01:24:06 -0400 |
commit | 8d44eb03d03ccb0654d8bee93f2cb71a90375e5d (patch) | |
tree | a20a0bca2015909d81f7a845f592c9972d319420 | |
parent | 439695f5521924833153852dc84040554e835f11 (diff) | |
download | getwtxt-8d44eb03d03ccb0654d8bee93f2cb71a90375e5d.tar.gz |
enabled apiTagsHandler and apiTagsBaseHandler tests
-rw-r--r-- | svc/handlers_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svc/handlers_test.go b/svc/handlers_test.go index b572a6d..7f2e7d7 100644 --- a/svc/handlers_test.go +++ b/svc/handlers_test.go @@ -64,7 +64,6 @@ func Test_apiEndpointHandler(t *testing.T) { }) } -/* func Test_apiTagsBaseHandler(t *testing.T) { initTestConf() t.Run("apiTagsBaseHandler", func(t *testing.T) { @@ -89,7 +88,7 @@ func Test_apiTagsHandler(t *testing.T) { } }) } -*/ + func Test_cssHandler(t *testing.T) { initTestConf() |