py2: *: tests: Use OrderedDict when preparing messages
On py3 dict is guaranteed to be ordered by sequence of how it was inserted into, but on py2 there is no such guarantee. -> Explicitly order entries generated by tests so that their serialization is stable and matches what is expected.
Showing
Please register or sign in to comment