diff --git a/.github/workflows/e2e-testing.yml b/.github/workflows/e2e-testing.yml index 6ef57c223..8f8ba8d0e 100644 --- a/.github/workflows/e2e-testing.yml +++ b/.github/workflows/e2e-testing.yml @@ -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 \