From 5a41edca1a92be8e91e6db90177ba29be8294884 Mon Sep 17 00:00:00 2001 From: Kristofer Koishigawa Date: Wed, 25 Nov 2020 03:56:41 +0900 Subject: [PATCH] fix(learn): issue tracker test text error message (#40301) --- .../quality-assurance-projects/issue-tracker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/issue-tracker.md b/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/issue-tracker.md index 6c608703d4..cb4969f0de 100644 --- a/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/issue-tracker.md +++ b/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/issue-tracker.md @@ -192,7 +192,7 @@ tests: throw new Error(err.responseText || err.message); } }' - - text: When the `PUT` request sent to `/api/issues/{projectname}` does not include update fields, the return value is `{ error: 'no update field(s) sent', '_id': _id }`. On any other error, the return value is `{ error: 'could not update ', _id: + _id }`. + - text: When the `PUT` request sent to `/api/issues/{projectname}` does not include update fields, the return value is `{ error: 'no update field(s) sent', '_id': _id }`. On any other error, the return value is `{ error: 'could not update', '_id': _id }`. testString: 'async getUserInput => { try { const url = getUserInput("url") + "/api/issues/fcc-project";