Loading
fix: 039_01_01 assert the subscription's broker-computed status is "active"
The retrieved CSR subscription carries a 'status' member (§ 5.2.12) that the sent update fragment doesn't, so the bulk "Check Updated Resource Set To" flagged it as an unexpected added key. Rather than just ignore it, exclude it from the bulk comparison (its position isn't predictable from the payload) and add a dedicated assertion that status == "active" — a subscription that is neither paused nor expired. Now actually tested, not hidden.