Skip to content

Commit

Permalink
(fix) Remove mock encrypted_kms_key from AR POA Request factories
Browse files Browse the repository at this point in the history
  • Loading branch information
ojbucao committed Dec 20, 2024
1 parent c3a8fa1 commit 70cb036
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
city_bidx { Faker::Alphanumeric.alphanumeric(number: 44) }
state_bidx { Faker::Alphanumeric.alphanumeric(number: 44) }
zipcode_bidx { Faker::Alphanumeric.alphanumeric(number: 44) }
encrypted_kms_key { SecureRandom.hex(16) }
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
resolving_id { SecureRandom.uuid }
reason_ciphertext { 'Encrypted Reason' }
created_at { Time.current }
encrypted_kms_key { SecureRandom.hex(16) }

trait :with_expiration do
resolving_type { 'AccreditedRepresentativePortal::PowerOfAttorneyRequestExpiration' }
Expand Down

0 comments on commit 70cb036

Please sign in to comment.