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

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')