diff options
Diffstat (limited to 'svc')
-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() |