small update

This commit is contained in:
Gregory Schier
2016-10-04 22:11:33 -07:00
parent f538c41475
commit 05ed0f3685

View File

@@ -76,6 +76,15 @@ describe('actuallySend()', () => {
const workspace = await db.workspace.create();
const settings = await db.settings.create();
const cookies = [{
creation: new Date('2016-10-05T04:40:49.505Z'),
key: 'foo',
value: 'barrrrr',
expires: new Date('2096-10-12T04:40:49.000Z'),
domain: 'notlocalhost',
path: '/',
hostOnly: true,
lastAccessed: new Date('2096-10-05T04:40:49.505Z')
}, {
creation: new Date('2016-10-05T04:40:49.505Z'),
key: 'foo',
value: 'barrrrr',