From 7841b64cedf4ab7ebb35bcfdac5cf8ce8856bd76 Mon Sep 17 00:00:00 2001 From: Nicolas del Valle Date: Wed, 12 Oct 2016 13:56:09 +0700 Subject: [PATCH] Fix test case description (#886) --- test/express-server-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/express-server-test.js b/test/express-server-test.js index 85bd5f728..510b72721 100644 --- a/test/express-server-test.js +++ b/test/express-server-test.js @@ -147,7 +147,7 @@ describe('Express server with middleware', function () { server.close(); }); - it('should should allow parsing body via express middleware', function (done) { + it('should allow parsing body via express middleware', function (done) { request({ url: url + '/SayHello', method: 'POST',