Allow an empty repositories parameter in webhook API
Review Request #8055 — Created March 11, 2016 and submitted
The webhooks API previously did not allow for an empty repositories
parameter. This patch, like the previous patch for the events parameter,
makes an empty repositories parameter behave like it was not provided.A unit test has been added to cover this behaviour.
Ran unit tests.