lib/heroku/api/mock/apps.rb in heroku-api-0.3.16 vs lib/heroku/api/mock/apps.rb in heroku-api-0.3.17
- old
+ new
@@ -76,10 +76,9 @@
'id' => rand(99999),
'name' => app,
'owner_email' => 'email@example.com',
'slug_size' => nil,
'stack' => stack,
- 'tier' => "legacy",
'requested_stack' => nil,
'git_url' => "git@heroku.com:#{app}.git",
'repo_migrate_status' => 'complete',
'repo_size' => nil,
'dynos' => 0,