CreateBankAccount

1

tests

0

failures

0

ignored

2.839s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_withoutAssumedRole_canPostNewBankAccount() 2.839s passed

Standard output

ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_withoutAssumedRole_canPostNewBankAccount(): 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:43651/api/hs/office/bankaccounts/a5b48648-644a-4b44-96e7-4af62ff5a0f4
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:30:36 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
    "uuid": "a5b48648-644a-4b44-96e7-4af62ff5a0f4",
    "holder": "temp test holder",
    "iban": "DE88100900001234567892",
    "bic": "BEVODEBB"
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
globalAdmin_withoutAssumedRole_canPostNewBankAccount(): TOTAL OBJECT COUNT (after): 210 -> 210