mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
missed a spec
This commit is contained in:
parent
bf68d394f4
commit
d9788a5fb3
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ RSpec.describe Admin::SearchLogsController do
|
|||
let(:user) { Fabricate(:user) }
|
||||
|
||||
before do
|
||||
SearchLog.clear_debounce_cache!
|
||||
SearchLog.log(term: 'ruby', search_type: :header, ip_address: '127.0.0.1')
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue