Skip to content

Commit

Permalink
test on VM
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Aug 22, 2024
1 parent 3a16b1d commit 4f49e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/integration_tests/kernel_list_cache/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func mountGCSFuseAndSetupTestDir(flags []string, ctx context.Context, storageCli
}
setup.MountGCSFuseWithGivenMountFunc(flags, mountFunc)
setup.SetMntDir(mountDir)
testDirPath = client.SetupTestDirectory(ctx, storageClient, testDirName)
testDirPath = setup.SetupTestDirectory(testDirName)
}

////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 4f49e66

Please sign in to comment.