module GdsApi::TestHelpers::LicenceApplication

def licence_times_out(identifier)

def licence_times_out(identifier)
  stub_request(:get, "#{LICENCE_APPLICATION_ENDPOINT}/api/licence/#{identifier}").to_timeout
end