Update test because we now drop all filters on destroy

This commit is contained in:
Jason Zimdars
2025-06-25 19:05:29 -05:00
parent bc9b4b1477
commit d861d39f7c
+1 -1
View File
@@ -28,6 +28,6 @@ class FiltersControllerTest < ActionDispatch::IntegrationTest
assert_difference "users(:david).filters.count", -1 do
delete filter_path(filters(:jz_assignments))
end
assert_redirected_to cards_path(filters(:jz_assignments).as_params)
assert_redirected_to cards_path
end
end