Commit 6f18cd27 authored by kzangeli's avatar kzangeli
Browse files

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.
parent 94601fb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
       "relationshipNames": ["isNextToBuilding"]
       }
   ],
   "mode": "exclusive",
   "mode": "redirect",
   "operations": ["queryEntity","queryTemporal","updateOps"],
   "endpoint": "http://my.csource.org:1026",
   "@context": [