Skip to content

Commit

Permalink
fix(entretien): update test files
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Feb 5, 2024
1 parent b21a528 commit fa8669c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export const POST_USAGER: {
raisonDetail: null,
accompagnement: null,
situationPro: null,
situationProDetail: null,
accompagnementDetail: null,
},
options: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export const USAGER_REFUS_MOCK: Usager = {
situationPro: null,
accompagnement: null,
accompagnementDetail: null,
situationProDetail: null,
},
etapeDemande: ETAPE_DOSSIER_COMPLET,
historique: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export const USAGER_VALIDE_MOCK: Usager = {
accompagnement: null,
accompagnementDetail: null,
situationPro: null,
situationProDetail: null,
},
options: {
transfert: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ async function _anonymizeUsagerHistory(usagerHistory: UsagerHistory) {
causeDetail: null,
raisonDetail: null,
accompagnementDetail: null,
situationProDetail: null,
},
}));

Expand Down

0 comments on commit fa8669c

Please sign in to comment.