diff --git a/.github/workflows/e2e-testing.yml b/.github/workflows/e2e-testing.yml index 8f8ba8d0e..efa78e1b5 100644 --- a/.github/workflows/e2e-testing.yml +++ b/.github/workflows/e2e-testing.yml @@ -113,6 +113,7 @@ jobs: # Create test user via registration API curl -f -H "Content-Type: application/x-www-form-urlencoded" \ + -H 'Accept: */*' \ -X POST \ http://localhost/users/register \ -d '{ "username": "omriza5", "password": "123456", "email": "omriza5@gmail.com" }' \