Update test

This commit is contained in:
Kevin McConnell
2025-01-30 14:08:11 +00:00
parent dfae90efb9
commit 2e7870c6ff
@@ -12,7 +12,7 @@ class Assignments::TogglesControllerTest < ActionDispatch::IntegrationTest
assert_redirected_to bubbles(:logo)
assert_changes "bubbles(:logo).assigned_to?(users(:david))", from: true, to: false do
post bucket_bubble_assignment_toggles_url(buckets(:writebook), bubbles(:logo)), params: { assignee_id: users(:david).id }
post bucket_bubble_assignment_toggles_url(buckets(:writebook), bubbles(:logo)), params: { assignee_id: users(:kevin).id }
end
assert_redirected_to bubbles(:logo)
end