Change net::CookieStore::SetCookiesCallback to return CookieInclusionStatus
1470931
This commit is contained in:
parent
c735116cc3
commit
fb9d1bd83c
2 changed files with 44 additions and 12 deletions
|
@ -142,7 +142,7 @@ describe('session module', () => {
|
|||
error = e
|
||||
}
|
||||
expect(error).is.an('Error')
|
||||
expect(error).to.have.property('message').which.equals('Setting cookie failed')
|
||||
expect(error).to.have.property('message').which.equals('Failed to get cookie domain')
|
||||
})
|
||||
|
||||
it('should overwrite previous cookies', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue