module GdsApi::TestHelpers::PublishingApiV2
def publishing_api_does_not_have_links(content_id)
-
content_id(UUID) --
def publishing_api_does_not_have_links(content_id) url = PUBLISHING_API_V2_ENDPOINT + "/links/" + content_id stub_request(:get, url).to_return(status: 404, body: resource_not_found(content_id, "link set").to_json, headers: {}) end