We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e159f commit 20448d3Copy full SHA for 20448d3
1 file changed
spec/services/update_user_email_spec.rb
@@ -29,7 +29,7 @@
29
30
expect do
31
described_class.new(user, 'newemail@example.com').call
32
- end.to have_enqueued_job(SendConfirmEmailVerificationJob).with(new_email: 'newemail@example.com')
+ end.to have_enqueued_job(SendConfirmEmailVerificationJob).with(new_email: 'newemail@example.com', person_name: user.name)
33
end
34
35
context 'when Auth0 errors' do
0 commit comments