Skip to content

Commit edba8df

Browse files
committed
fix test
1 parent b463e16 commit edba8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/instrumentation/podmutator_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ func TestMutatePod(t *testing.T) {
629629
},
630630
},
631631
},
632-
config: config.New(config.WithEnableJavaInstrumentation(true)),
632+
config: config.New(config.WithEnableJavaInstrumentation(false)),
633633
},
634634
{
635635
name: "nodejs injection, true",

0 commit comments

Comments
 (0)