• 
      

    Add support for API GET unit tests requiring admin logins.

    Review Request #5912 — Created May 31, 2014 and submitted — Latest diff uploaded

    Information

    Review Board
    master
    5203e5d...

    Reviewers

    The API unit test mixins now provide flags for specifying that the GET
    tests require an admin account. This works just like the equivalent
    tests for DELETE, POST, and PUT.

    Made use of this in an upcoming change.

    Unit tests pass.