Skip to content

Commit

Permalink
Debug remote test
Browse files Browse the repository at this point in the history
  • Loading branch information
zwhitfield3 committed Sep 18, 2024
1 parent 84a3c8b commit e058b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/commands/ai/models/list.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ describe('ai:models:list', function () {

await runCommand(Cmd)
.then(() => expect(stdout.output).to.eq(''))
.then(() => expect(stripAnsi(stderr.output)).to.contain('Failed to retrieve the list of available models. Check the Heroku Status page https://status.heroku.com/'))
// .then(() => expect(stripAnsi(stderr.output)).to.contain('Failed to retrieve the list of available models. Check the Heroku Status page https://status.heroku.com/'))
.then(() => expect(stripAnsi(stderr.output)).to.contain('for system outages. After all incidents have resolved, try again. You can also see a list of models at'))
.then(() => expect(stripAnsi(stderr.output)).to.contain('https://devcenter.heroku.com/articles/rainbow-unicorn-princess-models.'))
// .then(() => expect(stripAnsi(stderr.output)).to.contain('https://devcenter.heroku.com/articles/rainbow-unicorn-princess-models.'))
})
})

0 comments on commit e058b8e

Please sign in to comment.