docs: update session.clearAuthCache (#22292)

* docs: update session.clearAuthCache

* Update specs to match doc change.
This commit is contained in:
John Kleinschmidt 2020-02-21 13:40:45 -05:00 committed by GitHub
parent e965703e62
commit e0c0875d6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 28 deletions

View file

@ -1660,7 +1660,7 @@ describe('webContents module', () => {
})
afterEach(async () => {
await session.defaultSession.clearAuthCache({ type: 'password' })
await session.defaultSession.clearAuthCache()
})
after(() => {