Skip to content

Commit

Permalink
[ART] (fix) Fix failing specs; Add field "claimant_type" to factory
Browse files Browse the repository at this point in the history
  • Loading branch information
ojbucao committed Dec 26, 2024
1 parent 4871519 commit 4583dd1
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 4583dd1

Please sign in to comment.