Simplify filters

This commit is contained in:
Jose Farias
2025-01-15 16:27:33 -06:00
parent e807c2a8d1
commit e9a085f848
14 changed files with 100 additions and 108 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class BubblesControllerTest < ActionDispatch::IntegrationTest
end
test "filtered index" do
get bubbles_url(filters(:jz_assignments).to_params.merge(term: "haggis"))
get bubbles_url(filters(:jz_assignments).as_params.merge(term: "haggis"))
assert_response :success
end