Modernize the ReviewGroupUserResource tests
Review Request #8457 — Created Oct. 12, 2016 and submitted
The tests for the ReviewGroupUserResource were not using the
webapi_test_templatedecorator 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 useget_local_siteand test fixtures.
Ran unit tests. Saw they all contained the correct URLs.
Tool: Pyflakes Processed Files: reviewboard/webapi/tests/test_review_group_user.py Tool: PEP8 Style Checker Processed Files: reviewboard/webapi/tests/test_review_group_user.py