Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#18715 from nvinuesa/fix_relation_departing_ci
juju#18715 This patch fixes the relation departing unit CI test that was failing only on AWS. The reason is that after the patch juju#18614 the logs are no longer received for the removed unit, making the check on logs impossible for the test to succeed. The fix was therefore to check the values of the `related-units` field in the yaml output of juju show-unit. ## QA steps Run (on AWS): ``` $ ./main.sh -c aws relations test_relation_departing_unit ``` ## Links **Jira card:** JUJU-7486
- Loading branch information