4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 13:06:56 +00:00
This commit is contained in:
Oliver King 2022-07-08 11:45:59 -04:00
parent 9d08302cb8
commit 39eb25f35d

View file

@ -75,11 +75,7 @@ describe('run.ts', () => {
})
test('getLatestHelmVersion() - return the stable version of HELM since its not authenticated', async () => {
try {
expect(await run.getLatestHelmVersion()).toBe('v3.8.0')
} catch (e) {
return e
}
expect(await run.getLatestHelmVersion()).toBe('v3.9.0')
})
test('walkSync() - return path to the all files matching fileToFind in dir', () => {