Skip to content

Commit

Permalink
Fix wp tests
Browse files Browse the repository at this point in the history
csandanov committed Nov 23, 2023

Unverified

This user has not yet uploaded their public signing key.
1 parent b3410bf commit 27b7df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wordpress/run.sh
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ echo -n "Checking static endpoint (woff2)... "
check_endpoint "wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2" "200 OK"

echo -n "Checking static endpoint (css)... "
check_endpoint "wp-content/themes/twentytwentyfour/assets/css/button-online.css" "200 OK"
check_endpoint "wp-content/themes/twentytwentyfour/assets/css/button-outline.css" "200 OK"

echo -n "Checking readme.html endpoint... "
check_endpoint "readme.html" "404 Not Found"

0 comments on commit 27b7df4

Please sign in to comment.