Skip to content

Commit

Permalink
script/tests: fix header detection.
Browse files Browse the repository at this point in the history
The case has changed here but the header is still present.
  • Loading branch information
MikeMcQuaid committed Jan 23, 2024
1 parent b63d4e0 commit 5069732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/tests
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SERVER_PID="$!"
sleep 15

curl -O http://localhost:3000/strap.sh
curl -sSL -D - -o /dev/null http://localhost:3000/strap.sh | grep "X-Frame-Options: DENY"
curl -sSL -D - -o /dev/null http://localhost:3000/strap.sh | grep -i "x-frame-options: DENY"

kill "$SERVER_PID"
wait "$SERVER_PID" || true
Expand Down

0 comments on commit 5069732

Please sign in to comment.