PostNewBookingProject

1

tests

0

failures

0

ignored

1.266s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_canPostNewBookingProject() 1.266s passed

Standard output

ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_canPostNewBookingProject(): TOTAL OBJECT COUNT (initial): 210 -> 210
HTTP/1.1 201 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Location: http://localhost:39879/api/hs/booking/projects/8d106c2c-5be3-4670-8314-4fa6c3ea1b1a
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:33:23 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
    "uuid": "8d106c2c-5be3-4670-8314-4fa6c3ea1b1a",
    "caption": "some new project"
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
DELETING leaked hs_booking.project#8d106c2c-5be3-4670-8314-4fa6c3ea1b1a SUCCEEDED
globalAdmin_canPostNewBookingProject(): TOTAL OBJECT COUNT (after): 210 -> 210