summaryrefslogtreecommitdiff
path: root/integrationtests/open_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrationtests/open_test.go')
-rw-r--r--integrationtests/open_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrationtests/open_test.go b/integrationtests/open_test.go
index 3f07ae3..917ce79 100644
--- a/integrationtests/open_test.go
+++ b/integrationtests/open_test.go
@@ -17,7 +17,7 @@ func TestOpenCreat(t *testing.T) {
runScenario(t, "open-creat", []ExpectedEvent{
{
PathContains: "creatfile.txt",
- Tracepoint: "enter_openat",
+ Tracepoint: "enter_creat",
Comm: "ioworkload",
MinCount: 1,
},