Refactor comment for test user creation in e2e testing workflow

This commit is contained in:
omri zaher 2025-09-19 15:51:53 +03:00
parent 8522b8997b
commit 5cd75cdf85

View file

@ -111,7 +111,7 @@ jobs:
# Wait for Wekan to be ready
sleep 10
# Create test user via registration API (no admin token needed)
# Create test user via registration API
curl -f -H "Content-Type: application/x-www-form-urlencoded" \
-X POST \
http://localhost/users/register \