alter
This commit is contained in:
parent
d30940326c
commit
928920a359
@ -3,10 +3,10 @@ Authorization: Bearer {{auth_token}}
|
|||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
|
||||||
{
|
{
|
||||||
"firstName": "yomom",
|
"firstName": "Jan",
|
||||||
"lastName": "yomom",
|
"lastName": "Klattenhoff",
|
||||||
"street": "yomom",
|
"street": "Pirolweg 17",
|
||||||
"postcode": "yomom",
|
"postcode": "27777",
|
||||||
"city": "yomom",
|
"city": "Gandakersee",
|
||||||
"phone": "yomom"
|
"phone": "017684984816"
|
||||||
}
|
}
|
@ -77,4 +77,4 @@ class AddEmployeeToProjectActionIntegrationTest {
|
|||||||
|
|
||||||
return Objects.requireNonNull(response.getBody()).get("access_token").toString();
|
return Objects.requireNonNull(response.getBody()).get("access_token").toString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user