This commit is contained in:
omri zaher 2025-09-19 15:36:07 +03:00
parent e7b2458d70
commit 37960a5be5

View file

@ -114,7 +114,7 @@ jobs:
# Create test user via registration API (no admin token needed)
curl -f -H "Content-type:application/json" \
-X POST \
http://localhost/users/register \
http://34.240.7.246/users/register \
-d '{ "username": "omriza5", "password": "123456", "email": "omriza5@gmail.com" }' \
|| echo "User registration failed or user already exists"