fix(D009_01_red,D013_01_red,D013_02_red): second CSR posted with the first CSR's id

The setups generate ${registration_id2} for the second (broker2) redirect registration but then pass ${registration_id} - the FIRST registration's id - to Prepare Context Source Registration From File. The second POST /csourceRegistrations therefore reuses an existing registration id and any spec-conformant broker answers 409 AlreadyExists ("registration '...' already exists"), failing the suite setup and cascading the test.

Pass ${registration_id2}, as D006_01_red (the sibling that gets it right) already does. Note the teardowns already delete BOTH ids, confirming the two-registrations intent.

With the setup fixed the three tests proceed to their actual bodies (which currently fail on separate, separately-documented issues: name-wrapped attribute fragments, stub query-back, Get Request Url Params in stub mode).

Merge request reports

Loading