fix: refactor wait tests
This commit is contained in:
parent
b374a2b300
commit
6b513231b3
2 changed files with 5 additions and 24 deletions
|
|
@ -139,6 +139,8 @@ func PartialUpdateInstanceWaitHandler(
|
|||
return false, nil, nil
|
||||
case InstanceStateUnknown:
|
||||
return false, nil, nil
|
||||
case InstanceStateProgressing:
|
||||
return false, nil, nil
|
||||
case InstanceStateTerminating:
|
||||
return false, nil, nil
|
||||
case InstanceStateSuccess:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue