diff --git a/spec/factories/profiles.rb b/spec/factories/profiles.rb index bad11c6f7e2..1b06be0a036 100644 --- a/spec/factories/profiles.rb +++ b/spec/factories/profiles.rb @@ -22,7 +22,6 @@ if evaluator.pii pii_attrs = Pii::Attributes.new_from_hash(evaluator.pii) profile.encrypt_pii(pii_attrs, profile.user.password) - profile.encrypt_recovery_pii(pii_attrs) end end end