Skip to content

Commit

Permalink
fix search controller tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed Dec 17, 2024
1 parent 7c5f739 commit 3cb736b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def log_event
culprit: current_user,
controller_name: controller_name,
user_agent: user_agent,
data: { search_query: object, result_count: @results.count })
data: { search_query: object.inspect, result_count: @results.count })
end
when 'content_blobs'
# action download applies for normal download
Expand Down

0 comments on commit 3cb736b

Please sign in to comment.