From cafff5e733f2b1ec78466318530b3cae51ec281c Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Wed, 3 Nov 2021 21:59:26 +0900 Subject: [PATCH] test: fix grammar of test case title --- test/integration/middleware/core/test/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/middleware/core/test/index.test.js b/test/integration/middleware/core/test/index.test.js index 788033888f7a2..d95c236e56a3e 100644 --- a/test/integration/middleware/core/test/index.test.js +++ b/test/integration/middleware/core/test/index.test.js @@ -342,7 +342,7 @@ function responseTests(locale = '') { ]) }) - it(`${locale} should with response intercepted by deep middleware`, async () => { + it(`${locale} should be intercepted by deep middleware`, async () => { const res = await fetchViaHTTP( context.appPort, `${locale}/responses/deep?deep-intercept=true`