Skip to content

Commit

Permalink
http and grpc interceptor status
Browse files Browse the repository at this point in the history
  • Loading branch information
askuy committed Jul 26, 2023
1 parent 776b143 commit 908d1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/egin/options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 908d1e6

Please sign in to comment.