diff --git a/pavelib/paver_tests/test_paver_bok_choy_cmds.py b/pavelib/paver_tests/test_paver_bok_choy_cmds.py index c279f811c5..54267cc5aa 100644 --- a/pavelib/paver_tests/test_paver_bok_choy_cmds.py +++ b/pavelib/paver_tests/test_paver_bok_choy_cmds.py @@ -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 = [ diff --git a/pavelib/utils/test/suites/bokchoy_suite.py b/pavelib/utils/test/suites/bokchoy_suite.py index 06101dc1c2..85e42f000a 100644 --- a/pavelib/utils/test/suites/bokchoy_suite.py +++ b/pavelib/utils/test/suites/bokchoy_suite.py @@ -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",