Review the TCs written for subscriptions
For instance: - 032_02 can't work because you are providing an invalid URI (which is the object of 032_01), you should a non-existing **valid** URI (same for 030_02? and 029_02?) - 031_01 seems to fail because of the order of the results. Is there an expected order when we query subscriptions? - I saw a bunch of failed comparisons with `{'dictionary_item_removed': [root['isActive'], root['notification']['timesSent'], root['notification']['attributes']]}` (using Stellio), is it normal?? Review them all and ensure the implementation is correct.
issue