module GdsApi::TestHelpers::PerformancePlatform::DataOut

def stub_problem_reports_404(slug)

def stub_problem_reports_404(slug)
  stub_request(:get, "#{PP_DATA_OUT_ENDPOINT}/data/govuk-info/page-contacts").
      with(query: hash_including(filter_by: slug)).
      to_return(status: 404, headers: { content_type: "application/json" })
end