module GdsApi::TestHelpers::PublishingApiV2

def stub_any_publishing_api_patch_links

Stub any PATCH /v2/links/* request
def stub_any_publishing_api_patch_links
  stub_request(:patch, %r{\A#{PUBLISHING_API_V2_ENDPOINT}/links/})
end