diff --git a/modules/accredited_representative_portal/spec/factories/power_of_attorney_request.rb b/modules/accredited_representative_portal/spec/factories/power_of_attorney_request.rb index 866f3dc4c9d..5a73d7af601 100644 --- a/modules/accredited_representative_portal/spec/factories/power_of_attorney_request.rb +++ b/modules/accredited_representative_portal/spec/factories/power_of_attorney_request.rb @@ -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) }