Loading
fix: 033_01_02 registration uses redirect, not exclusive, for its idPattern
The fixture is mode=exclusive yet uses idPattern in an information[] entry. Per spec clause 9 an exclusive registration must define a specific entity id (an id pattern or Entity-type group selector is not supported), so the broker correctly rejects it with 400. idPattern is a redirect feature; switch the mode to redirect (still a non-default mode + operations) so the payload is valid.