Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: format expected output (#31235)
This test (hotswap deployment for ecs service detects failed deployment and errors) sometimes works in our pipeline and sometimes works locally without the formatting. Sometimes it fails. I'm not actually particularly sure why, but adding in the expected formatting _should_ make this pass reliably. NOTE: When I ran yarn lint --fix after the linter failed in `cli.integtest.ts`, it did a lot more formatting than expected. The only actual non-formatting changes to this file are in the last test on lines 2078 through 2099. ### Issue # (if applicable) Closes #<issue number here>. ### Reason for this change ### Description of changes ### Description of how you validated changes ### Checklist - [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information