mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 13:18:49 +01:00
Refactor comment for test user creation in e2e testing workflow
This commit is contained in:
parent
8522b8997b
commit
5cd75cdf85
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-testing.yml
vendored
2
.github/workflows/e2e-testing.yml
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue