Chore: Changed from email and reply to email for conversation email (#444)
This commit is contained in:
committed by
Pranav Raj S
parent
d4b3ba4baa
commit
04d347f0ee
@@ -23,8 +23,8 @@ RSpec.describe ConversationMailer, type: :mailer do
|
||||
expect(mail.to).to eq([message&.conversation&.contact&.email])
|
||||
end
|
||||
|
||||
it 'renders the sender email' do
|
||||
expect(mail.from).to eq([message&.conversation&.assignee&.email])
|
||||
it 'renders the reply to email' do
|
||||
expect(mail.reply_to).to eq([message&.conversation&.assignee&.email])
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user