Skip to content

extsvc/github: migrate mocks to vcr

Administrator requested to merge dt/mock-to-vcr into main

Created by: davejrt

Removes no longer required mock tests in favour of VCR as part of https://github.com/sourcegraph/sourcegraph/issues/33839

  1. removes the conditional for mocks in GetRepository as this now uses vcr exclusively
  2. migrates TestClient_ListRepositoriesForSearch to vcr
  3. removes TestClient_ListOrgRepositories as this seems to be covered by TestListOrgRepositories

Test plan

A green build on this PR

Merge request reports

Loading