module GdsApi::TestHelpers::Search

def sub_sector_organisations_results

def sub_sector_organisations_results
  File.read(
    File.expand_path(
      "../../../test/fixtures/sub_sector_organisations.json",
      __dir__,
    ),
  )
end