Merge pull request #14369 from edx/arizzitano/pa11ycrawler-ignore-update
[pa11ycrawler] update location of ignore rules file
This commit is contained in:
@@ -203,7 +203,7 @@ class TestPaverPa11yCrawlerCmd(unittest.TestCase):
|
||||
)
|
||||
ignore = (
|
||||
"pa11y_ignore_rules_url="
|
||||
"https://raw.githubusercontent.com/singingwolfboy/"
|
||||
"https://raw.githubusercontent.com/edx/"
|
||||
"pa11ycrawler-ignore/master/ignore.yaml"
|
||||
)
|
||||
expected_cmd = [
|
||||
|
||||
@@ -395,7 +395,7 @@ class Pa11yCrawler(BokChoyTestSuite):
|
||||
Runs pa11ycrawler as staff user against the test course.
|
||||
"""
|
||||
data_dir = os.path.join(self.report_dir, 'data')
|
||||
url = "https://raw.githubusercontent.com/singingwolfboy/pa11ycrawler-ignore/master/ignore.yaml"
|
||||
url = "https://raw.githubusercontent.com/edx/pa11ycrawler-ignore/master/ignore.yaml"
|
||||
return [
|
||||
"scrapy",
|
||||
"crawl",
|
||||
|
||||
Reference in New Issue
Block a user