Skip to content

Commit

Permalink
[ART] (fix) Fix PowerOfAttorneyRequest factory: add missing "claimant…
Browse files Browse the repository at this point in the history
…_type" field to make spec pass
  • Loading branch information
ojbucao committed Dec 26, 2024
1 parent 8f66027 commit 51a6985
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
FactoryBot.define do
factory :power_of_attorney_request, class: 'AccreditedRepresentativePortal::PowerOfAttorneyRequest' do
association :claimant, factory: :user_account
claimant_type { 'veteran' }

trait :with_acceptance do
resolution { create(:power_of_attorney_request_resolution, :acceptance) }
Expand Down

0 comments on commit 51a6985

Please sign in to comment.