Skip to content

Commit

Permalink
Add Factories
Browse files Browse the repository at this point in the history
  • Loading branch information
Isalafont committed Apr 24, 2024
1 parent eb12802 commit f9fd671
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 @@ -197,6 +197,12 @@
form_uid { 'portail-hubee-demarche-certdc' }
end

trait :hubee_dila do
type { 'AuthorizationRequest::HubEEDila' }
form_uid { 'portail-hubee-dila' }
with_scopes
end

trait :api_entreprise do
type { 'AuthorizationRequest::APIEntreprise' }
form_uid { 'api-entreprise' }
Expand Down

0 comments on commit f9fd671

Please sign in to comment.