diff --git a/test/unit/mocha-globals.js b/test/unit/mocha-globals.js index 41bddf2cb..5514c54f5 100644 --- a/test/unit/mocha-globals.js +++ b/test/unit/mocha-globals.js @@ -34,7 +34,7 @@ chai.use((chai, utils) => { this.assert(response._status === expectedStatus, `expected response status '#{response._status}' to be '#{expectedStatus}'`) this.assert(response._body === expectedBody, - `expected response body '#{response._body}' to be '#{exp)ectedBody}'`) + `expected response body '#{response._body}' to be '#{expectedBody}'`) }) chai.Assertion.addMethod('beNotServed', function () {