tests: fix typo in artist controller test.

This commit is contained in:
evazion
2018-10-04 21:55:17 -05:00
parent f6c928e660
commit 1e710e1ae0

View File

@@ -131,7 +131,7 @@ class ArtistsControllerTest < ActionDispatch::IntegrationTest
context "with an artist that has notes" do
setup do
as(@admin) do
@artist = create(:artist, name: "aaa", notes: "testing", url_string: "htttp://example.com")
@artist = create(:artist, name: "aaa", notes: "testing", url_string: "http://example.com")
end
@wiki_page = @artist.wiki_page
@another_user = create(:user)