From 264f332c1062df9a23e97ecc87bc8011da5af36a Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Wed, 23 Apr 2025 12:32:08 -0600 Subject: [PATCH] echo response back --- .github/workflows/llmsecops-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }'