Skip to content

Commit

Permalink
EPBR-7650: Remove references to country_id
Browse files Browse the repository at this point in the history
  • Loading branch information
al01010 committed Dec 3, 2024
1 parent 8a3edd7 commit 17dc162
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions spec/test_doubles/fetch_assessment_summary/assessment_stub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,6 @@ def self.fetch_rdsap(
superseded_by: "9025-0000-0000-0000-0000",
gas_smart_meter_present: nil,
electricity_smart_meter_present: nil,
country_id: 1,
country_name: "England",
main_heating_source: "Room heaters, electric"
)
Expand Down Expand Up @@ -1300,7 +1299,6 @@ def self.fetch_rdsap(
"addressLine3": address_line3,
"addressLine4": "",
"town": "Post-Town1",
"countryId": country_id,
"countryName": country_name,
"address": {
"postcode": "A0 0AA",
Expand Down Expand Up @@ -1574,7 +1572,6 @@ def self.fetch_rdsap(
addressLine3: address_line3,
addressLine4: "",
town: "London",
countryId: country_id,
countryName: country_name,
"address": {
postcode:,
Expand Down
1 change: 0 additions & 1 deletion spec/unit/use_case/fetch_certificate_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@
environmentalImpactPotential: 85,
gasSmartMeterPresent: nil,
electricitySmartMeterPresent: nil,
countryId: 1,
countryName: "England",
},
}
Expand Down

0 comments on commit 17dc162

Please sign in to comment.