Skip to content

Commit

Permalink
Factory: add missing trait for AuthorizationRequest in production stage
Browse files Browse the repository at this point in the history
  • Loading branch information
skelz0r committed Dec 16, 2024
1 parent 8366735 commit 08772a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/factories/authorization_requests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,8 @@

form_uid { 'api-ocfi-production' }

has_previous_authorization_validated

with_basic_infos
with_personal_data
with_cadre_juridique
Expand All @@ -639,6 +641,8 @@

form_uid { 'api-e-pro-production' }

has_previous_authorization_validated

with_basic_infos
with_personal_data
with_cadre_juridique
Expand All @@ -662,6 +666,8 @@

form_uid { 'api-robf-production' }

has_previous_authorization_validated

with_basic_infos
with_personal_data
with_cadre_juridique
Expand Down

0 comments on commit 08772a1

Please sign in to comment.