Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
escoand committed Jun 17, 2024
1 parent 4fa06db commit cfa090c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-kube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ endtoend "$DOMAIN" status.php '"installed":true'
echo "# test Redir end-to-end"
DOMAIN=$(getsecret redir_domain)
TARGET=$(getsecret redir_target)
endtoend "$DOMAIN" test.php "^Location: $TARGET$" --max-redirs 1
endtoend "$DOMAIN" test.php "Location: $TARGET" --max-redirs 1

echo "# test Wordpress end-to-end"
DOMAIN=$(getsecret wordpress_domain)
Expand Down

0 comments on commit cfa090c

Please sign in to comment.