fix: CI lint/test fixes — gofmt, errcheck, handler test args

This commit is contained in:
erio
2026-04-04 11:01:22 +08:00
parent 91c9b8d062
commit 983fe58959
8 changed files with 59 additions and 57 deletions
@@ -161,6 +161,7 @@ func newTestGatewayHandler(t *testing.T, group *service.Group, accounts []*servi
nil, // digestStore
nil, // settingService
nil, // tlsFPProfileService
nil, // channelService
)
// RunModeSimple:跳过计费检查,避免引入 repo/cache 依赖。