mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
fix the build
This commit is contained in:
parent
19b36a2d60
commit
e04fb9a877
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue