parseStreamingResponse is now unified for all objects under both versions
All checks were successful
test / test (push) Successful in 45s

This commit is contained in:
Manuel Ganter 2025-11-14 16:00:43 +01:00
parent 2909e0d1b4
commit e38d7e84d5
No known key found for this signature in database
12 changed files with 250 additions and 306 deletions

View file

@ -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,