mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 23:28:33 -04:00
small update
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user