diff --git a/app/backend/__tests__/network.test.js b/app/backend/__tests__/network.test.js index 82c20ae44b..ea1e410eea 100644 --- a/app/backend/__tests__/network.test.js +++ b/app/backend/__tests__/network.test.js @@ -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',