Skip to content

Commit

Permalink
chore: one more test update
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Oct 18, 2024
1 parent a73e55f commit 34d54e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/unit/commands/telemetry/add.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('telemetry:add', function () {
])
} catch (error) {
const {message} = error as { message: string }
expect(message).to.contain('Invalid signal option: foo. Run heroku telemetry:add --help to see signal options.')
expect(message).to.contain('Invalid signal option: logs,foo. Run heroku telemetry:add --help to see signal options.')
}
})

Expand Down

0 comments on commit 34d54e7

Please sign in to comment.