Skip to content

Commit 5541096

Browse files
committed
ignores twitter link in test as twitter now returns a 400 error unless it finds a user-agent request header
1 parent e306054 commit 5541096

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set -e # halt script on error
33

44
bundle exec jekyll build
55
# I do not know why those URLs fail the proofer, they do exist. :/
6-
bundle exec htmlproofer ./public --url-ignore "/^mailto:/,/code.gov\/about\/open-source\/introduction/,/code.gov\/about\/compliance\/inventory-code/"
6+
bundle exec htmlproofer ./public --url-ignore "/^mailto:/,/code.gov\/about\/open-source\/introduction/,/code.gov\/about\/compliance\/inventory-code/,/twitter.com\/DefenseDigital/"

0 commit comments

Comments
 (0)