fix(typo): use english for normalized addresses component

This commit is contained in:
mfo 2024-10-14 09:54:17 +02:00
parent 8266f7ff6c
commit 366c02dbb7
No known key found for this signature in database
GPG key ID: 7CE3E1F5B794A8EC
6 changed files with 35 additions and 13 deletions

View file

@ -126,7 +126,9 @@ describe Champs::RNAController, type: :controller do
"city_code" => "75108",
"city_name" => "Paris",
"departement_code" => nil, # might seem broken lookup, but no, it's anonymized
"department_code" => nil, # might seem broken lookup, but no, it's anonymized
"departement_name" => nil,
"department_name" => nil,
"postal_code" => "75009",
"region_code" => nil,
"region_name" => nil,