test/fixtures/shipit/commit_deployment_statuses.yml in shipit-engine-0.29.0 vs test/fixtures/shipit/commit_deployment_statuses.yml in shipit-engine-0.30.0

- old
+ new

@@ -1,19 +1,19 @@ -shipit_deploy_second_pending: +shipit_deploy_second_in_progress: commit_deployment: shipit_deploy_second - status: pending + status: in_progress github_id: 42 api_url: https://api.github.com/repos/shopify/shipit-engine/deployments/1/statuses/42 shipit_deploy_second_success: commit_deployment: shipit_deploy_second status: success github_id: 43 api_url: https://api.github.com/repos/shopify/shipit-engine/deployments/1/statuses/43 -shipit2_deploy_third_pending: +shipit2_deploy_third_in_progress: commit_deployment: shipit2_deploy_third - status: pending + status: in_progress shipit2_deploy_third_failure: commit_deployment: shipit2_deploy_third status: failure