Add missing `@webapi_test_template` calls
Review Request #10177 — Created Sept. 24, 2018 and submitted — Latest diff uploaded
We have accrued a number of unit tests that were missing the
@webapi_test_template
decorator but still included<URL>
in their
docstring, leading to suboptimal test output. This patch adds in the
missing decorators.
Ran
./tests/runtests.py 2>&1 | grep "<URL>"
and got 0 hits.