tests: fix broken tests.

This commit is contained in:
evazion
2022-08-23 18:31:24 -05:00
parent 09dfab1f0d
commit e3af738371
16 changed files with 100 additions and 152 deletions

View File

@@ -70,8 +70,7 @@ class ArtistsControllerTest < ActionDispatch::IntegrationTest
@artist = create(:artist, is_banned: true)
get artist_path(@artist.id)
assert_response :success
assert_select "meta[name=robots][content=noindex]"
assert_response 451
end
end