• 
      

    Fix a handful of test docstrings for the webhooks API.

    Review Request #10028 — Created June 19, 2018 and submitted — Latest diff uploaded

    Information

    Review Board
    release-3.0.x
    4e978e2...

    Reviewers

    We had a sizable number of unit tests for the webhooks API that had
    non-conforming docstrings. These left out the HTTP method and URL,
    making it harder to tell that the tests applied to the API and not to
    webhooks in general. This change updates all the unit tests to fix up
    those docstrings.

    Ran the webhook API unit tests. Saw consistency with the docstrings
    in the test output.