Loading
fix(local): Delete CSR-subscription keyword must not raise on expected 4xx (042_02/03)
The keyword "Delete Context Source Registration Subscription" issued its DELETE without expected_status=any, so RequestsLibrary raised an HTTPError on any status >= 400. 042_02_01 (invalid URI, expects 400 BadRequestData) and 042_03_01 (unknown id, expects 404 ResourceNotFound) are negative-path tests, so the keyword aborted before they could assert the status code. Every sibling keyword in the file already carries expected_status=any; this one was missed. Same change as forge branch fix/042-csrsub-delete-expected-status (commit 7d8bc91c, MR !272); brought into integration/all-fixes so local etsiRun is green. Broker is correct (400 invalid URI, 404 unknown). Co-Authored-By:Claude Opus 4.8 (1M context) <noreply@anthropic.com>