From 6640951936c7575e8703c1fd6a461616847a8bc6 Mon Sep 17 00:00:00 2001 From: Saranya Jena Date: Mon, 11 Mar 2024 14:53:43 +0530 Subject: [PATCH] updated fuzz build file with the updated directory (#4502) Signed-off-by: Saranya-jena --- chaoscenter/fuzz_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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