switch to zero log

This commit is contained in:
Hayden
2022-09-03 10:38:35 -08:00
parent 9351b3fd42
commit 68204a4f22
26 changed files with 122 additions and 1335 deletions

View File

@@ -4,12 +4,10 @@ import (
"net/http"
"net/http/httptest"
"testing"
"github.com/hay-kot/content/backend/internal/mocks"
)
func GetTestHandler(t *testing.T) *BaseController {
return NewBaseController(mocks.GetStructLogger(), nil)
return NewBaseController(nil)
}
func TestHandlersv1_HandleBase(t *testing.T) {