add DomainSetup-HostingAssets for new BookingItem via created-event #111
@ -302,9 +302,18 @@ class HsBookingItemControllerAcceptanceTest extends ContextBasedTestWithCleanup
|
|||||||
"asset": { // FIXME: rename to hostingAsset
|
"asset": { // FIXME: rename to hostingAsset
|
||||||
"identifier": "example.org", // also as default for all subAssets
|
"identifier": "example.org", // also as default for all subAssets
|
||||||
"subHostingAssets": [
|
"subHostingAssets": [
|
||||||
|
{
|
||||||
|
"type": "DOMAIN_DNS_SETUP"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "DOMAIN_HTTP_SETUP",
|
"type": "DOMAIN_HTTP_SETUP",
|
||||||
"assignedToAssetUuid": "{unixUserUuid}"
|
"assignedToAssetUuid": "{unixUserUuid}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "DOMAIN_MBOX_SETUP"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "DOMAIN_SMTP_SETUP"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user