diff --git a/__tests__/locks.test.ts b/__tests__/locks.test.ts index d53c6676..ad83d34e 100644 --- a/__tests__/locks.test.ts +++ b/__tests__/locks.test.ts @@ -107,12 +107,12 @@ ${image} test('no locked deployments, one image version multiple containers', async () => { const deploymentsStdout = ` - - + + ` const gitSha = 'abc123' const image = `prod.artifactor.ee/serviceName:${gitSha}` - const podsStdout = `${image} + const podsStdout = `${image} ${image} ${image} ${image} @@ -145,7 +145,7 @@ ${image},otherimage:latest }) test('no locked deployments, two image versions', async () => { - const deploymentsStdout = ` + const deploymentsStdout = ` `