This commit is contained in:
Wojciech Pawlik
2023-11-05 23:39:24 +08:00
committed by GitHub
3 changed files with 9 additions and 1 deletions

View File

@@ -295,6 +295,10 @@ describe('git-auth-helper tests', () => {
'core.sshCommand',
expectedSshCommand
)
expect(git.config).toHaveBeenCalledWith(
'user.signingKey',
actualKeyPath
)
})
const configureAuth_writesExplicitKnownHosts = 'writes explicit known hosts'