mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 07:35:05 -04:00
session: remove some noise
This commit is contained in:
parent
4904e7f486
commit
fbb92b589f
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue