Modernize the ReviewGroupUserResource tests
Review Request #8457 — Created Oct. 12, 2016 and submitted — Latest diff uploaded
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.