Skip to content

Commit 776ffb6

Browse files
committed
add call to config contructor in the java tests
1 parent 19dc939 commit 776ffb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/instrumentation/podmutator_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ func TestMutatePod(t *testing.T) {
245245
},
246246
},
247247
},
248+
config: config.New(),
248249
},
249250
{
250251
name: "javaagent injection multiple containers, true",
@@ -540,6 +541,7 @@ func TestMutatePod(t *testing.T) {
540541
},
541542
},
542543
},
544+
config: config.New(),
543545
},
544546
{
545547
name: "javaagent injection feature gate disabled",

0 commit comments

Comments
 (0)