diff --git a/server/egin/options_test.go b/server/egin/options_test.go index 48e0d8cd..2c0ab77f 100644 --- a/server/egin/options_test.go +++ b/server/egin/options_test.go @@ -12,7 +12,7 @@ import ( func TestInterceptor(t *testing.T) { comp := DefaultContainer().Build() // healthcheck,默认中间件,监控中间件,限流中间件 - assert.Equal(t, 4, len(comp.Handlers)) + assert.Equal(t, 3, len(comp.Handlers)) } func TestWithTrustedPlatform(t *testing.T) {