diff --git a/chaoscenter/fuzz_build.sh b/chaoscenter/fuzz_build.sh index 30adae74aad..b942e1612f3 100755 --- a/chaoscenter/fuzz_build.sh +++ b/chaoscenter/fuzz_build.sh @@ -18,4 +18,4 @@ cd chaoscenter/graphql/server && go mod download go install github.com/AdamKorcz/go-118-fuzz-build@latest go get github.com/AdamKorcz/go-118-fuzz-build/testing -compile_native_go_fuzzer $(pwd)/pkg/environment/handler FuzzTestGetEnvironment test-fuzz \ No newline at end of file +compile_native_go_fuzzer $(pwd)/pkg/environment/handler/fuzz_tests FuzzTestGetEnvironment test-fuzz \ No newline at end of file