module GdsApi::TestHelpers::PerformancePlatform::DataOut

def stub_problem_reports(slug, is_multipart, response_body = {})

def stub_problem_reports(slug, is_multipart, response_body = {})
  options = {
      slug: slug,
      transaction: 'page-contacts',
      group_by: 'pagePath',
      collect: 'total:sum'
  }
  stub_statistics(options, is_multipart, response_body)
end