Skip to content
Snippets Groups Projects
Commit 200e8568 authored by Ari Rizzitano's avatar Ari Rizzitano Committed by GitHub
Browse files

Merge pull request #14369 from edx/arizzitano/pa11ycrawler-ignore-update

[pa11ycrawler] update location of ignore rules file
parents 3d080584 c8cc7cc1
No related branches found
Tags release-2021-02-03-12.16
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment