diff --git a/test/functional/artists_controller_test.rb b/test/functional/artists_controller_test.rb index 83ae04457..76fdf95ba 100644 --- a/test/functional/artists_controller_test.rb +++ b/test/functional/artists_controller_test.rb @@ -71,7 +71,7 @@ class ArtistsControllerTest < ActionDispatch::IntegrationTest should "get the banned page" do get banned_artists_path - assert_response :success + assert_redirected_to artists_path(search: { is_banned: true, order: "updated_at" }) end should "ban an artist" do