Merge pull request #4737 from nonamethanks/fix-mastodon-page-url

Sources: get correct mastodon page url
This commit is contained in:
evazion
2021-03-08 01:49:56 -06:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -95,6 +95,10 @@ module Sources
should "fetch the source data" do
assert_equal("evazion", @site.artist_name)
end
should "correctly get the page url" do
assert_equal(@ref, @site.page_url)
end
end
context "A baraag url" do