alter
All checks were successful
Quality Check / Tests (pull_request) Successful in 1m9s
gitea-sonarqube-bot OK
Build PR / Build and analyze (pull_request) Successful in 1m48s
Quality Check / Checkstyle Main (pull_request) Successful in 38s

This commit is contained in:
Phan Huy Tran 2024-10-23 10:22:58 +02:00
parent d30940326c
commit 928920a359
2 changed files with 7 additions and 7 deletions

@ -3,10 +3,10 @@ Authorization: Bearer {{auth_token}}
Content-Type: application/json
{
"firstName": "yomom",
"lastName": "yomom",
"street": "yomom",
"postcode": "yomom",
"city": "yomom",
"phone": "yomom"
"firstName": "Jan",
"lastName": "Klattenhoff",
"street": "Pirolweg 17",
"postcode": "27777",
"city": "Gandakersee",
"phone": "017684984816"
}

@ -77,4 +77,4 @@ class AddEmployeeToProjectActionIntegrationTest {
return Objects.requireNonNull(response.getBody()).get("access_token").toString();
}
}
}