tests: fixup /artists/banned endpoint test.

This commit is contained in:
evazion
2019-11-17 14:41:09 -06:00
parent 6e403fddb6
commit d1689f895e

View File

@@ -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