PostNewBookingProject
Tests
| Test |
Duration |
Result |
| globalAdmin_canPostNewBookingProject() |
1.376s |
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:37195/api/hs/booking/projects/587c02fd-13aa-4c0f-9a84-95538ded6601
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 15:03:57 GMT
Keep-Alive: timeout=60
Connection: keep-alive
{
"uuid": "587c02fd-13aa-4c0f-9a84-95538ded6601",
"caption": "some new project"
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
DELETING leaked hs_booking.project#587c02fd-13aa-4c0f-9a84-95538ded6601 SUCCEEDED
globalAdmin_canPostNewBookingProject(): TOTAL OBJECT COUNT (after): 210 -> 210