parseStreamingResponse is now unified for all objects under both versions
All checks were successful
test / test (push) Successful in 45s
All checks were successful
test / test (push) Successful in 45s
This commit is contained in:
parent
2909e0d1b4
commit
e38d7e84d5
12 changed files with 250 additions and 306 deletions
|
|
@ -16,8 +16,8 @@ func TestDeletionPlan_IsEmpty(t *testing.T) {
|
|||
{
|
||||
name: "empty plan with no resources",
|
||||
plan: &DeletionPlan{
|
||||
ConfigName: "test-config",
|
||||
AppToDelete: nil,
|
||||
ConfigName: "test-config",
|
||||
AppToDelete: nil,
|
||||
InstancesToDelete: []InstanceDeletion{},
|
||||
},
|
||||
expected: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue