Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaster11 committed Nov 28, 2023
1 parent ced5473 commit 32b39ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions __tests__/locks.test.ts
Original file line number Diff line number Diff line change
@@ -107,12 +107,12 @@ ${image} <none>

test('no locked deployments, one image version multiple containers', async () => {
const deploymentsStdout = `<none>
<none> <none>
<none> <none>
<none>
<none>
`
const gitSha = 'abc123'
const image = `prod.artifactor.ee/serviceName:${gitSha}`
const podsStdout = `${image}
const podsStdout = `${image} <none>
${image} <none>
${image} <none>
${image} <none>
@@ -145,7 +145,7 @@ ${image},otherimage:latest <none>
})

test('no locked deployments, two image versions', async () => {
const deploymentsStdout = `<none> <none>
const deploymentsStdout = `<none>
<none>
<none>
`

0 comments on commit 32b39ce

Please sign in to comment.