Merge pull request #9102 from demarches-simplifiees/8472-migrate-rna
API Entreprise: migration RNA (associations)
This commit is contained in:
commit
1a6dc10548
10 changed files with 205 additions and 149 deletions
|
@ -3,7 +3,7 @@ RSpec.describe RNAChampAssociationFetchableConcern do
|
|||
let!(:champ) { create(:champ_rna, data: "not nil data", value: 'W173847273') }
|
||||
|
||||
before do
|
||||
stub_request(:get, /https:\/\/entreprise.api.gouv.fr\/v2\/associations\//)
|
||||
stub_request(:get, /https:\/\/entreprise.api.gouv.fr\/v4\/djepva\/api-association\/associations\/open_data\/#{rna}/)
|
||||
.to_return(body: body, status: status)
|
||||
allow_any_instance_of(APIEntrepriseToken).to receive(:expired?).and_return(false)
|
||||
end
|
||||
|
@ -63,32 +63,12 @@ RSpec.describe RNAChampAssociationFetchableConcern do
|
|||
let(:body) { File.read('spec/fixtures/files/api_entreprise/associations.json') }
|
||||
|
||||
it_behaves_like "an association fetcher", true, nil, 'W595001988', {
|
||||
"association_id" => "W595001988",
|
||||
"association_titre" => "UN SUR QUATRE",
|
||||
"association_objet" => "valoriser, transmettre et partager auprès des publics les plus larges possibles, les bienfaits de l'immigration, la richesse de la diversité et la curiosité de l'autre autrement",
|
||||
"association_siret" => nil,
|
||||
"association_date_creation" => "2014-01-23",
|
||||
"association_date_declaration" => "2014-01-24",
|
||||
"association_date_publication" => "2014-02-08",
|
||||
"association_date_dissolution" => "0001-01-01",
|
||||
"association_adresse_siege" => {
|
||||
"complement" => "",
|
||||
"numero_voie" => "61",
|
||||
"type_voie" => "RUE",
|
||||
"libelle_voie" => "des Noyers",
|
||||
"distribution" => "_",
|
||||
"code_insee" => "93063",
|
||||
"code_postal" => "93230",
|
||||
"commune" => "Romainville"
|
||||
},
|
||||
"association_code_civilite_dirigeant" => "PM",
|
||||
"association_civilite_dirigeant" => "Monsieur le Président",
|
||||
"association_code_etat" => "A",
|
||||
"association_etat" => "Active",
|
||||
"association_code_groupement" => "S",
|
||||
"association_groupement" => "simple",
|
||||
"association_mise_a_jour" => 1392295833,
|
||||
"association_rna" => "W595001988"
|
||||
"association_titre" => "LA PRÉVENTION ROUTIERE",
|
||||
"association_objet" => "L'association a pour objet de promouvoir la pratique du sport de haut niveau et de contribuer à la formation des jeunes sportifs.",
|
||||
"association_date_creation" => "2015-01-01",
|
||||
"association_date_declaration" => "2019-01-01",
|
||||
"association_date_publication" => "2018-01-01",
|
||||
"association_rna" => "W751080001"
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue