Skip to content

Commit

Permalink
Remove extra module in test
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-alvarez-alvarez committed Oct 23, 2023
1 parent 3a33473 commit 03bcf09
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ class TestGetParameterInstrumentation extends AgentTestRunner {
}

void 'test getParameter'() {
final webMod = Mock(PropagationModule)
final propMod = Mock(PropagationModule)
InstrumentationBridge.registerIastModule(webMod)
InstrumentationBridge.registerIastModule(propMod)
final map = [param1: ['value1', 'value2'] as String[]]
final servletRequest = Mock(clazz) {
Expand Down

0 comments on commit 03bcf09

Please sign in to comment.