pawoo: fix tests.

This commit is contained in:
evazion
2022-12-10 19:12:46 -06:00
parent 993e4fd62f
commit 20a2652c1e
4 changed files with 7 additions and 41 deletions

View File

@@ -346,7 +346,7 @@ class ArtistTest < ActiveSupport::TestCase
context "when finding pawoo artists" do
setup do
skip "Pawoo keys not set" unless Danbooru.config.pawoo_client_id
skip "Pawoo keys not set" unless Danbooru.config.pawoo_access_token
FactoryBot.create(:artist, :name => "evazion", :url_string => "https://pawoo.net/@evazion")
FactoryBot.create(:artist, :name => "yasumo01", :url_string => "https://pawoo.net/web/accounts/28816")
end