spec/fixtures/fake_cc_organization.json in cfoundry-4.3.5 vs spec/fixtures/fake_cc_organization.json in cfoundry-4.3.6

- old
+ new

@@ -138,8 +138,24 @@ "managed_spaces_url": "/v2/users/user-id-1/managed_spaces", "audited_spaces_url": "/v2/users/user-id-1/audited_spaces", "default_space_url": "/v2/spaces/space-id-1" } } - ] + ], + "quota_definition_url": "/v2/quota_definitions/quota-definition-1", + "quota_definition": { + "metadata": { + "guid": "quota-definition-1", + "url": "/v2/quota_definitions/quota-definition-1", + "created_at": "2013-05-04 00:29:46 +0000", + "updated_at": "2013-08-22 19:23:03 +0000" + }, + "entity": { + "name": "trial", + "non_basic_services_allowed": false, + "total_services": 2, + "memory_limit": 2000, + "trial_db_allowed": false + } + } } }