Skip to content

Commit

Permalink
Make domain lib.lehigh.edu
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Nov 9, 2023
1 parent de01cb2 commit f853a89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fixtures/domains.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lehigh.edu
lib.lehigh.edu
6 changes: 4 additions & 2 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ echo "Checking domains in config return 200s"
URLS=(
"https://lts.lehigh.edu"
"https://preserve.lehigh.edu"
"https://$RANDOM.lehigh.edu"
"https://$RANDOM.$RANDOM.lehigh.edu"
"https://$RANDOM.lib.lehigh.edu"
"https://$RANDOM.$RANDOM.lib.lehigh.edu"

)
for URL in "${URLS[@]}"; do
Expand All @@ -27,6 +27,8 @@ done
echo "Checking domains not in config throw 404s"
URLS=(
"https://scholar.google.com"
"https://$RANDOM.lehigh.edu"
"https://$RANDOM.$RANDOM.lehigh.edu"
)
for URL in "${URLS[@]}"; do
echo "Checking $URL"
Expand Down

0 comments on commit f853a89

Please sign in to comment.