Skip to content

Commit

Permalink
Remove \ from command
Browse files Browse the repository at this point in the history
  • Loading branch information
aguscas committed Jun 27, 2024
1 parent 3e7ce57 commit cb0f4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/challenge.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Here I needed to change the version of locust in the `requirements-test.txt`, si
Apart from the tests, I also tested the application by running the command line

```bash
curl -X POST "https://flight-predictor-api-emdlm4e4fa-uc.a.run.app/predict" \ -H "Content-Type: application/json" \ -d '{"flights": [{"OPERA": "Grupo LATAM", "TIPOVUELO": "N", "MES": 3}]}'
curl -X POST "https://flight-predictor-api-emdlm4e4fa-uc.a.run.app/predict" -H "Content-Type: application/json" -d '{"flights": [{"OPERA": "Grupo LATAM", "TIPOVUELO": "N", "MES": 3}]}'
```

and it returned the prediction
Expand Down

0 comments on commit cb0f4b3

Please sign in to comment.