Skip to content

Commit

Permalink
Fix testing index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Sep 15, 2023
1 parent 57a551f commit 38d5fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "Running tests..."
checkUrl "http://${TEST_ADDR}/" -I
checkUrl "http://${TEST_ADDR}/.nginx/status" -I
checkUrl "http://${TEST_ADDR}/.phpfpm/status" -I
checkUrl "http://${TEST_ADDR}/index.php" -I
checkUrl "http://${TEST_ADDR}/index.php"
checkUrl "http://${TEST_ADDR}/robots.txt" -I
checkUrl "http://${TEST_ADDR}/css/main.css" -I | grep -F "Cache-Control: max-age=315360000"

Expand Down

0 comments on commit 38d5fff

Please sign in to comment.