Skip to content

Commit

Permalink
Update utils.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 committed Sep 18, 2024
1 parent 9b658cd commit 77021b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ function runTests(){
sleep 5s
cd ..


echo "INTENT value: $INTENT"
echo "curl request with runTest install on initialization"
# response=$(curl -X POST -H "Content-Type: application/json" -d "$INTENT" http://localhost:3333/api/v1/state/method/parameters.initialization/result)
response=$(curl -X POST -H "Content-Type: application/json" -d "MANAGE" http://localhost:3333/api/v1/state/method/parameters.initialization/result)
response=$(curl -X POST -H "Content-Type: application/json" -d "$INTENT" http://localhost:3333/api/v1/state/method/parameters.initialization/result)
# response=$(curl -X POST -H "Content-Type: application/json" -d "MANAGE" http://localhost:3333/api/v1/state/method/parameters.initialization/result)
echo "run mfos tests in a headless browser"
npm install puppeteer
echo "Start xvfb"
Expand Down

0 comments on commit 77021b7

Please sign in to comment.