fix: test change

This commit is contained in:
rupinder-syngh
2025-04-07 09:00:12 +05:30
parent c2f215b744
commit 791eab5198

View File

@@ -151,7 +151,6 @@ func (m *mockRouterProvider) New(ctx context.Context, config map[string]string)
type mockMiddlewareProvider struct {
middleware func(http.Handler) http.Handler
err error
errFunc func() error
}
func (m *mockMiddlewareProvider) New(ctx context.Context, config map[string]string) (func(http.Handler) http.Handler, error) {