Modernize the ReviewGroupUserResource tests

Review Request #8457 — Created Oct. 12, 2016 and submitted — Latest diff uploaded

Information

Review Board
release-2.5.x
d310b4f...

Reviewers

The tests for the ReviewGroupUserResource were not using the
webapi_test_template decorator and were therefore hardcoding the
resource URL into each test docstring. All such instances have been
updated to use the decorator.

In addition, the test for getting DELETE links on a local site has been
udpated to use get_local_site and test fixtures.

Ran unit tests. Saw they all contained the correct URLs.

    Loading...