spec/shared_contexts/with_applicant.rb in onfido-3.1.0 vs spec/shared_contexts/with_applicant.rb in onfido-3.2.0

- old
+ new

@@ -13,9 +13,11 @@ let(:default_applicant_body) do { 'first_name' => 'Test', 'last_name' => 'Applicant', + 'email' => "first.last@gmail.com", + 'phone_number' => "351911111111", 'location' => { 'ip_address' => '127.0.0.1', 'country_of_residence' => 'GBR' } }