From 5cd75cdf858bb4cfbcc6f6e3a7039b6f71a748bf Mon Sep 17 00:00:00 2001 From: omri zaher Date: Fri, 19 Sep 2025 15:51:53 +0300 Subject: [PATCH] Refactor comment for test user creation in e2e testing workflow --- .github/workflows/e2e-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \