Remove line that is no longer required.

This commit is contained in:
Guo Xiang Tan 2018-08-21 11:48:58 +08:00
parent 8bdf14834b
commit d104de2a09

View File

@ -622,7 +622,6 @@ describe Email::Receiver do
context "when message sent to a group has no key and find_related_post_with_key is enabled" do context "when message sent to a group has no key and find_related_post_with_key is enabled" do
let!(:topic) do let!(:topic) do
SiteSetting.find_related_post_with_key = true
process(:email_reply_1) process(:email_reply_1)
Topic.last Topic.last
end end