Skip to content

Commit

Permalink
[EBPF-376]: split testdata between ebpf and telemetry pkgs (#22133)
Browse files Browse the repository at this point in the history
[EBPF-376]: split testdata between ebpf and telemetry pkgs
  • Loading branch information
val06 authored Jan 17, 2024
1 parent 6761c2f commit 8dba779
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ebpf/telemetry/debugfs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/stretchr/testify/require"
)

const testProfile = "../testdata/kprobe_profile"
const testProfile = "./testdata/kprobe_profile"

func TestReadKprobeProfile(t *testing.T) {
m, err := readKprobeProfile(testProfile)
Expand Down
File renamed without changes.

0 comments on commit 8dba779

Please sign in to comment.