1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-04-26 22:09:55 +02:00
This commit is contained in:
Wojciech Pawlik 2023-11-05 23:39:24 +08:00 committed by GitHub
commit f492d87a85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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'