Skip to content

Commit

Permalink
fix cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
shem8 committed Jul 17, 2024
1 parent 97514f4 commit 5e6389f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/04_migrate_endpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ githubActions:
- cmd: docker compose up -d
- cmd: sleep 5
- cmd: |
curl -X POST -H "Content-Type: application/json" -d '{"text": "New task"}' http://localhost:8001/tasks
curl -X POST -H "Content-Type: application/json" -d "{\"text\": \"New task\"}" http://localhost:8001/tasks
- cmd: |
curl localhost:8001/tasks | grep "New task"
Expand Down

0 comments on commit 5e6389f

Please sign in to comment.