Fix a missed rename
This commit is contained in:
parent
9436a444f3
commit
a7f6b75e7f
1 changed files with 2 additions and 2 deletions
|
@ -43,9 +43,9 @@ describe Gitlab::IncomingEmail, lib: true do
|
|||
end
|
||||
end
|
||||
|
||||
context 'self.key_from_fallback_reply_message_id' do
|
||||
context 'self.key_from_fallback_reply_mail_id' do
|
||||
it 'returns reply key' do
|
||||
expect(described_class.key_from_fallback_reply_message_id('reply-key@localhost')).to eq('key')
|
||||
expect(described_class.key_from_fallback_reply_mail_id('reply-key@localhost')).to eq('key')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue