Skip to content

Commit

Permalink
Ensure percent encoded parameters work (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 9, 2023
1 parent 12852a7 commit b3caa17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ EXIT_CODE=0
echo "Checking domains in config return 200s"
URLS=(
"https://lts.lehigh.edu"
"https%3A%2F%2Flts.lehigh.edu"
"https://preserve.lehigh.edu"
"https://$RANDOM.lib.lehigh.edu"
"https://$RANDOM.$RANDOM.lib.lehigh.edu"
Expand Down

0 comments on commit b3caa17

Please sign in to comment.