Return empty array instead of undefined
This commit is contained in:
Родитель
5baccd7e44
Коммит
a2103e3be7
|
@ -26,7 +26,7 @@ describe('heroku ci:last', function () {
|
|||
.get(`/apps/${app}/pipeline-couplings`)
|
||||
.reply(200, coupling)
|
||||
.get(`/pipelines/${coupling.pipeline.id}/test-runs`)
|
||||
.reply(200, undefined)
|
||||
.reply(200, [])
|
||||
|
||||
return cmd.run({ app }).then(() => {
|
||||
expect(cli.stderr).to.contain('No Heroku CI runs found')
|
||||
|
|
Загрузка…
Ссылка в новой задаче