diff --git a/cicd_testing/do-fuzz.sh b/cicd_testing/do-fuzz.sh index f07fd6d8f8db6c1115a86177496720e412973c34..f2de2c6545eaa6f2c28c3dc6140603efceccc38e 100755 --- a/cicd_testing/do-fuzz.sh +++ b/cicd_testing/do-fuzz.sh @@ -64,7 +64,7 @@ EOM # finally post an issue - curl --request POST --data-urlencode "desc=$desc" --data-urlencode "title=$title" --header "PRIVATE-TOKEN: PXLgVFpgjmmugAiHTJzx " "https://git.zephyr-software.com//api/v4/projects/$proj_id/issues?&labels=bug&assignee_ids[]=3") + curl --request POST --data-urlencode "desc=$desc" --data-urlencode "title=$title" --header "PRIVATE-TOKEN: PXLgVFpgjmmugAiHTJzx " "https://git.zephyr-software.com//api/v4/projects/$proj_id/issues?&labels=bug&assignee_ids[]=3" echo "$crash_count count crashes found!" exit 1