PatchRelation

1

tests

0

failures

0

ignored

1.433s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_withoutAssumedRole_canPatchContactOfArbitraryRelation() 1.433s passed

Standard output

ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_withoutAssumedRole_canPatchContactOfArbitraryRelation(): TOTAL OBJECT COUNT (initial): 210 -> 210
toCleanup(class net.hostsharing.hsadminng.hs.office.relation.HsOfficeRelationRealEntity, db3363b1-a29c-44db-8df0-dd7f85f2fa8d
HTTP/1.1 200 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json
Transfer-Encoding: chunked
Date: Mon, 10 Aug 2026 13:35:22 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
    "uuid": "db3363b1-a29c-44db-8df0-dd7f85f2fa8d",
    "anchor": {
        "uuid": "57270c5d-a869-46f3-8d7e-078452af0c30",
        "personType": "UNINCORPORATED_FIRM",
        "tradeName": "Erben Bessler",
        "salutation": null,
        "title": null,
        "givenName": "Bessler",
        "familyName": "Mel"
    },
    "holder": {
        "uuid": "c98a2847-837c-42fb-bd28-881721aa8cc9",
        "personType": "NATURAL_PERSON",
        "tradeName": null,
        "salutation": null,
        "title": null,
        "givenName": "Paul",
        "familyName": "Winkler"
    },
    "type": "REPRESENTATIVE",
    "mark": null,
    "contact": {
        "uuid": "25e2be15-d615-49fa-91b2-bffe02bc3030",
        "caption": "fourth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@fourthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    }
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
DELETING temporary HsOfficeRelationRealEntity#db3363b1-a29c-44db-8df0-dd7f85f2fa8d deleted 1 rows
globalAdmin_withoutAssumedRole_canPatchContactOfArbitraryRelation(): TOTAL OBJECT COUNT (after): 210 -> 210