• 
      

    Update API unit tests to pass query data in a non-deprecated way.

    Review Request #10617 — Created July 3, 2019 and submitted

    Information

    Review Board
    release-4.0.x
    8867bad...

    Reviewers

    Some of the API unit tests for Review Board were passing in query data
    using a method no longer supported in Djblets, passing query= instead
    of data=. That support is being removed in Djblets 2.0.

    This change updates the few test suites still using the deprecated
    method.

    All unit tests pass against Djblets 2.0 (with the deprecations removal
    change applied).

    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-4.0.x (51eeed7)