Skip to content

Commit

Permalink
fix test error message check for no commit shas'
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-roca committed Oct 28, 2024
1 parent 4e801a5 commit 6d7b076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/deployment/__tests__/correlate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('execute', () => {
const {context, code} = await runCLI(['--provider', 'argocd', '--dry-run'], envVars)
expect(code).toBe(1)
expect(context.stdout.toString()).toContain(
'Could not retrieve commit SHAs, make commits and then call this command or provide them with --config-shas'
'Could not retrieve commit SHAs, commit changes and then call this command or provide them with --config-shas'
)
})
test('valid with minimal data', async () => {
Expand Down

0 comments on commit 6d7b076

Please sign in to comment.