docs: update session.clearAuthCache (#22292)
* docs: update session.clearAuthCache * Update specs to match doc change.
This commit is contained in:
parent
e965703e62
commit
e0c0875d6f
6 changed files with 4 additions and 28 deletions
|
@ -1660,7 +1660,7 @@ describe('webContents module', () => {
|
|||
})
|
||||
|
||||
afterEach(async () => {
|
||||
await session.defaultSession.clearAuthCache({ type: 'password' })
|
||||
await session.defaultSession.clearAuthCache()
|
||||
})
|
||||
|
||||
after(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue