diff --git a/curriculum/challenges/english/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai/run-functional-tests-on-api-endpoints-using-chai-http.english.md b/curriculum/challenges/english/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai/run-functional-tests-on-api-endpoints-using-chai-http.english.md index 75f46fef21..ae16537db4 100644 --- a/curriculum/challenges/english/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai/run-functional-tests-on-api-endpoints-using-chai-http.english.md +++ b/curriculum/challenges/english/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai/run-functional-tests-on-api-endpoints-using-chai-http.english.md @@ -13,8 +13,8 @@ As a reminder, this project is being built upon the following starter project on ## Instructions
-Replace assert.fail(). Test the status and the text.response. Make the test pass. -Don't send a name in the query, the endpoint with responds with 'hello Guest'. +Replace assert.fail(). Test the status and the text.response. Make the test pass. +Don't send a name in the query, the endpoint responds with "hello Guest".
## Tests