Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander committed Feb 21, 2024
1 parent fd55add commit 182833f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/filtermanager/filtermanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ func (f *addReqFilter) DecodeHeaders(headers api.RequestHeaderMap, endStream boo
func TestSkipMethodWhenThereAreMultiFilters(t *testing.T) {
cb := envoy.NewCAPIFilterCallbackHandler()
config := initFilterManagerConfig("ns")
config.authnFiltersEndAt = 1
config.current = []*model.ParsedFilterConfig{
{
Name: "add_req",
Expand Down

0 comments on commit 182833f

Please sign in to comment.