Skip to content

Commit

Permalink
chore: make linter happy :)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceJJones committed Nov 11, 2024
1 parent 2a05b93 commit fcd2ddb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/acquisition/modules/appsec/appsec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ func loadAppSecEngine(test appsecRuleTest, t *testing.T) {
}
outofbandRules = append(outofbandRules, strRule)
}
for _, rule := range test.seclang_rules {
inbandRules = append(inbandRules, rule)
}

inbandRules = append(inbandRules, test.seclang_rules...)

appsecCfg := appsec.AppsecConfig{Logger: logger,
OnLoad: test.on_load,
Expand Down

0 comments on commit fcd2ddb

Please sign in to comment.