diff --git a/test/cookie/validate-cookie-value.js b/test/cookie/validate-cookie-value.js index 453d7f96930..7511121fb08 100644 --- a/test/cookie/validate-cookie-value.js +++ b/test/cookie/validate-cookie-value.js @@ -52,7 +52,7 @@ describe('validateCookieValue', () => { throws(() => validateCookieValue('"'), new Error('Invalid cookie value')) }) - test('should throw for " character', () => { + test('should throw for , character', () => { throws(() => validateCookieValue(','), new Error('Invalid cookie value')) })