diff --git a/pkg/sensors/tracing/kprobe_amd64_test.go b/pkg/sensors/tracing/kprobe_amd64_test.go index ff17a3ffdc9..a474d5b10ed 100644 --- a/pkg/sensors/tracing/kprobe_amd64_test.go +++ b/pkg/sensors/tracing/kprobe_amd64_test.go @@ -125,7 +125,7 @@ func TestKprobeListSyscallDups(t *testing.T) { apiVersion: cilium.io/v1alpha1 kind: TracingPolicy metadata: - name: "sys-write" + name: "sys-dups" spec: lists: - name: "test" diff --git a/pkg/sensors/tracing/tracepoint_amd64_test.go b/pkg/sensors/tracing/tracepoint_amd64_test.go index 82f60e6ff73..711b1386e3a 100644 --- a/pkg/sensors/tracing/tracepoint_amd64_test.go +++ b/pkg/sensors/tracing/tracepoint_amd64_test.go @@ -62,7 +62,7 @@ func TestTracepointListSyscallDups(t *testing.T) { apiVersion: cilium.io/v1alpha1 kind: TracingPolicy metadata: - name: "sys-write" + name: "sys-dups" spec: lists: - name: "test"