Skip to content

Commit

Permalink
Make sure trailing slash doesn't break anything
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Nov 9, 2023
1 parent b3caa17 commit 8b108bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ EXIT_CODE=0
echo "Checking domains in config return 200s"
URLS=(
"https://lts.lehigh.edu"
"https://lts.lehigh.edu/"
"https%3A%2F%2Flts.lehigh.edu"
"https%3A%2F%2Flts.lehigh.edu%2F"
"https://preserve.lehigh.edu"
"https://$RANDOM.lib.lehigh.edu"
"https://$RANDOM.$RANDOM.lib.lehigh.edu"
Expand Down

0 comments on commit 8b108bb

Please sign in to comment.