Skip to content

Commit

Permalink
longer password
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Dec 23, 2024
1 parent 714c6c1 commit 9c07301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "Testing /api/signup with a sample payload..."
HTTP_CODE=$(curl -s -o /dev/stderr -w "%{http_code}" -X POST http://localhost:8989/api/signup \
-H "Content-Type: application/json" \
-d '{"email":"[email protected]","password":"asdf","password2":"asdf","newsletter":false}')
-d '{"email":"[email protected]","password":"asdfasdf","password2":"asdfasdf","newsletter":false}')
if [ "$HTTP_CODE" -ne 200 ]; then
echo "Signup request failed with status code $HTTP_CODE"
Expand Down

0 comments on commit 9c07301

Please sign in to comment.