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>
This commit is contained in:
Nick Black
2020-01-14 21:48:58 -05:00
committed by Parth Parth
parent d824c77012
commit c408cb9c1a

View File

@ -13,8 +13,8 @@ As a reminder, this project is being built upon the following starter project on
## Instructions
<section id='instructions'>
Replace <code>assert.fail()</code>. Test the status and the text.response. Make the test pass.
Don't send a name in the query, the endpoint with responds with <code>'hello Guest'</code>.
Replace <code>assert.fail()</code>. Test the status and the <code>text.response</code>. Make the test pass.
Don't send a name in the query, the endpoint responds with "hello Guest".
</section>
## Tests