feat(rna): also store rna title

This commit is contained in:
mfo 2024-11-15 09:33:42 +01:00
parent a9237bf7f1
commit cfd568b98d
No known key found for this signature in database
GPG key ID: 7CE3E1F5B794A8EC
5 changed files with 17 additions and 4 deletions

View file

@ -134,7 +134,8 @@ describe Champs::RNAController, type: :controller do
"region_name" => nil,
"street_address" => "33 rue de Modagor",
"street_name" => "de Modagor",
"street_number" => "33"
"street_number" => "33",
"title" => "LA PRÉVENTION ROUTIERE"
})
end
end