about summary refs log tree commit diff stats
path: root/svc/handlers_test.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-06 01:24:06 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-06 01:24:06 -0400
commit8d44eb03d03ccb0654d8bee93f2cb71a90375e5d (patch)
treea20a0bca2015909d81f7a845f592c9972d319420 /svc/handlers_test.go
parent439695f5521924833153852dc84040554e835f11 (diff)
downloadgetwtxt-8d44eb03d03ccb0654d8bee93f2cb71a90375e5d.tar.gz
enabled apiTagsHandler and apiTagsBaseHandler tests
Diffstat (limited to 'svc/handlers_test.go')
-rw-r--r--svc/handlers_test.go3
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()