fix title in ShouldUpdatePersonData.verify
This commit is contained in:
parent
16538e2524
commit
346912f1e6
@ -39,7 +39,7 @@ public class ShouldUpdatePersonData extends UseCase<ShouldUpdatePersonData> {
|
||||
@Override
|
||||
protected void verify() {
|
||||
verify(
|
||||
"Verify if the New Phone Number Got Added",
|
||||
"Verify that the Family Name Got Amended",
|
||||
() -> httpGet("/api/hs/office/persons/%{personUuid}")
|
||||
.expecting(OK).expecting(JSON),
|
||||
path("familyName").contains("%{newFamilyName}")
|
||||
|
Loading…
Reference in New Issue
Block a user