Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 3bee63e

Browse files
committed
fix(tests): fix bad legal docs link 404
1 parent 2e5a1fa commit 3bee63e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/server/helpers/routesHelpers.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ function extractUrls(body) {
131131
}
132132

133133
const IGNORE_URL_REGEXPS = [
134+
// Ignore Firefox iOS links until https://github.com/mozilla/legal-docs/pull/1247 lands
135+
/github.com\/mozilla-mobile\/firefox-ios\/blob/,
134136
// Do not check support.mozilla.org URLs. Issue #4712
135137
// In February 2017 SUMO links started returning 404s to non-browser redirect requests
136138
/support\.mozilla\.org/,

0 commit comments

Comments
 (0)