Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stacks that are being deployed using roles need to be deleted while the role is still present. Our test was deleting the role before the stack was being deleted, and so would fail. This was a race condition due to a missing `await`. Fix both.
- Loading branch information