heroku / platform-api

Ruby HTTP client for the Heroku API
MIT License
214 stars 85 forks source link

Allow explicit app test name #93

Closed lolaodelola closed 4 years ago

lolaodelola commented 4 years ago

Previously running tests depended on a user's applications having a certain set of features, such as webhooks. These features aren't guaranteed on every application and can cause tests to fail for different users.

With this commit users can now specify an explicit app name while running tests so that there is consistent behaviour.