@ -90,7 +90,6 @@ module RequestHelper
address = request.uri.query_values["query"].split(",")
{ status: 200, body: { results: [{ DPA: { MATCH: 0.9, BUILDING_NAME: "result #{address[0]}", POST_TOWN: "result town or city", POSTCODE: address[1], UPRN: "1" } }] }.to_json, headers: {} }
end
def self.real_http_requests
@ -303,7 +303,7 @@ RSpec.describe Csv::LettingsLogCsvService do
hbrentshortfall: 1,
tshortfall_known: 1,
tshortfall: 12,
)
context "when exporting with human readable labels" do
@ -491,7 +491,7 @@ RSpec.describe Csv::LettingsLogCsvService do