summaryrefslogtreecommitdiffstatshomepage
path: root/tests/scrapers/test_scraper.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scrapers/test_scraper.py')
-rw-r--r--tests/scrapers/test_scraper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scrapers/test_scraper.py b/tests/scrapers/test_scraper.py
index 8492425..d0cef7b 100644
--- a/tests/scrapers/test_scraper.py
+++ b/tests/scrapers/test_scraper.py
@@ -20,7 +20,7 @@ class NoneScraper(Scraper):
class WarningScraper(Scraper):
is_available = True
- def warn(self, str):
+ def warn(self, msg):
raise ScrapeWarning("Invalid input")
def scrape(self):