diff --git a/spec/components/email/sender_spec.rb b/spec/components/email/sender_spec.rb index 8c4a8e3d65e..74d442457de 100644 --- a/spec/components/email/sender_spec.rb +++ b/spec/components/email/sender_spec.rb @@ -59,7 +59,7 @@ describe Email::Sender do it "adds a List-Id header to identify the forum" do email_sender.send - message.header['List-Id'].should be_present + message.header['List-ID'].should be_present end context 'email logs' do