From c408cb9c1a0e81e509af1de659ab3bb9fa8a5f7b Mon Sep 17 00:00:00 2001 From: Nick Black Date: Tue, 14 Jan 2020 21:48:58 -0500 Subject: [PATCH] Removed typo from Instructions (#38066) * Removed typo from Instructions Removed the word 'with' which doesn't belong. * Update 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 Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com> * Update 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 Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Co-authored-by: Parth Parth <34807532+thecodingaviator@users.noreply.github.com> Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> --- ...nctional-tests-on-api-endpoints-using-chai-http.english.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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