• 
      

    Fix regressions from the json_dumps sorting change.

    Review Request #10484 — Created April 1, 2019 and submitted — Latest diff uploaded

    Information

    Review Board
    release-4.0.x

    Reviewers

    The recent change to json_dumps in Djblets to sort keys broke a couple
    of unit tests in Review Board, which hard-coded results using the old
    ordering. This is a simple change that updates the tests to compare
    against the sorted payloads.

    Unit tests pass on Django 1.6 and 1.11 (with other in-progress changes).

    Commits

    Files