Change net::CookieStore::SetCookiesCallback to return CookieInclusionStatus

1470931
This commit is contained in:
deepak1556 2019-02-27 16:05:52 +05:30 committed by Samuel Attard
parent c735116cc3
commit fb9d1bd83c
2 changed files with 44 additions and 12 deletions

View file

@ -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 () => {