tests: fixup /artists/banned endpoint test.
This commit is contained in:
@@ -71,7 +71,7 @@ class ArtistsControllerTest < ActionDispatch::IntegrationTest
|
|||||||
|
|
||||||
should "get the banned page" do
|
should "get the banned page" do
|
||||||
get banned_artists_path
|
get banned_artists_path
|
||||||
assert_response :success
|
assert_redirected_to artists_path(search: { is_banned: true, order: "updated_at" })
|
||||||
end
|
end
|
||||||
|
|
||||||
should "ban an artist" do
|
should "ban an artist" do
|
||||||
|
|||||||
Reference in New Issue
Block a user