diff --git a/.github/workflows/llmsecops-cicd.yml b/.github/workflows/llmsecops-cicd.yml index 81806e940..8f6251a14 100644 --- a/.github/workflows/llmsecops-cicd.yml +++ b/.github/workflows/llmsecops-cicd.yml @@ -38,4 +38,4 @@ jobs: - name: Test API call run: | - curl -i localhost:9999 + curl -X POST -i localhost:9999 -d '{ "key":"123456789" }'