Merge "Fix assertion after stack deletion"

This commit is contained in:
Zuul 2022-03-14 13:53:34 +00:00 committed by Gerrit Code Review
commit 2e89bbe609
1 changed files with 1 additions and 1 deletions

View File

@ -41,4 +41,4 @@
- assert:
that:
- stacks is defined
- stacks['stacks']|length == 0
- (stacks['stacks']|length == 0) or (stacks['stacks'][0]['status'] == 'DELETE_COMPLETE')