PatchBookingItem

1

tests

0

failures

0

ignored

1.537s

duration

100%

successful

Tests

Test Duration Result
projectAgent_canPatchAllUpdatablePropertiesOfBookingItem() 1.537s passed

Standard output

ContextBasedTestWithCleanup.retrieveInitialTestData
projectAgent_canPatchAllUpdatablePropertiesOfBookingItem(): TOTAL OBJECT COUNT (initial): 210 -> 210
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 16:29:33 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
    "uuid": "18db3f11-9c97-43f2-9d96-254c861d6e4d",
    "type": "MANAGED_WEBSPACE",
    "caption": "some test-booking",
    "validFrom": "2022-11-01",
    "validTo": "2022-12-31",
    "resources": {
        "SSD": 100,
        "Traffic": 500
    }
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
DELETING leaked hs_booking.item#18db3f11-9c97-43f2-9d96-254c861d6e4d SUCCEEDED
projectAgent_canPatchAllUpdatablePropertiesOfBookingItem(): TOTAL OBJECT COUNT (after): 210 -> 210