Skip to content

Add tests for methods to remove external contributors

Martin Lowe requested to merge malowe/master/externalcontributors-tests into master
  • Add tests for methods to remove external contributors

This covers the methods of removeRepoExternalContributors and removeOrgExternalContributors, which are the 2 methods that remove users from the organization or repository.

Also included is a change to switch from the static Axios client to the cache wrapped user lookup used else where in this file for the removeRepoExternalContributors method.

Merge request reports