Skip to content

Commit

Permalink
test creating quota with nil relationships object
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvrabo committed Dec 8, 2023
1 parent 3babf6f commit 249b037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quota/quota.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func (m *Manager) createSpaceQuota(input config.SpaceQuota, space *resource.Spac
}
}
} else {
quota.Relationships = &resource.SpaceQuotaRelationships{}
quota.Relationships = nil
// Organization: space.Relationships.Organization,
// Spaces: &resource.ToManyRelationships{Data: []resource.Relationship{{GUID: space.GUID}}},
// }
Expand Down

0 comments on commit 249b037

Please sign in to comment.