From 2e7870c6ff00a8d84f924fec6ad6f407871246d3 Mon Sep 17 00:00:00 2001 From: Kevin McConnell Date: Thu, 30 Jan 2025 14:08:11 +0000 Subject: [PATCH] Update test --- test/controllers/assignments/toggles_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllers/assignments/toggles_controller_test.rb b/test/controllers/assignments/toggles_controller_test.rb index b82e18099..6579ad0df 100644 --- a/test/controllers/assignments/toggles_controller_test.rb +++ b/test/controllers/assignments/toggles_controller_test.rb @@ -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