From d1689f895e0fa3dbafd2be3560ad86d9d1d8acfd Mon Sep 17 00:00:00 2001 From: evazion Date: Sun, 17 Nov 2019 14:41:09 -0600 Subject: [PATCH] tests: fixup /artists/banned endpoint test. --- test/functional/artists_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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