mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 13:24:40 +08:00
fix the build
This commit is contained in:
@ -917,7 +917,7 @@ describe Search do
|
||||
end
|
||||
|
||||
it "does not log search if search_type is not present" do
|
||||
s = Search.new('foo bar',ip_address: '127.0.0.1')
|
||||
s = Search.new('foo bar', ip_address: '127.0.0.1')
|
||||
results = s.execute
|
||||
expect(results.search_log_id).not_to be_present
|
||||
end
|
||||
|
Reference in New Issue
Block a user