From cb0f4b3b0705097f2cc2c24516a99b118b4a8984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Castro?= Date: Wed, 26 Jun 2024 22:20:19 -0300 Subject: [PATCH] Remove \ from command --- docs/challenge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/challenge.md b/docs/challenge.md index 2387ad7..64c39dc 100644 --- a/docs/challenge.md +++ b/docs/challenge.md @@ -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