session: remove some noise

session-creation-tests
John McLear 2021-03-05 08:43:41 +00:00
parent 4904e7f486
commit fbb92b589f
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ describe(__filename, function () {
const hasExpressSessionCookie = const hasExpressSessionCookie =
res.headers['set-cookie'][0].indexOf('express_sid'); res.headers['set-cookie'][0].indexOf('express_sid');
assert(hasExpressSessionCookie === -1); assert(hasExpressSessionCookie === -1);
console.error(res);
const newCount = store.length(); const newCount = store.length();
assert(newCount === previousCount); assert(newCount === previousCount);
}) })