amend HsOfficePersonControllerAcceptanceTest assertion
This commit is contained in:
parent
b61bcea62c
commit
82b7a00dd2
@ -65,7 +65,7 @@ class HsOfficePersonControllerAcceptanceTest extends ContextBasedTestWithCleanup
|
|||||||
.then().log().all().assertThat()
|
.then().log().all().assertThat()
|
||||||
.statusCode(200)
|
.statusCode(200)
|
||||||
.contentType("application/json")
|
.contentType("application/json")
|
||||||
.body("", hasSize(12));
|
.body("", hasSize(13));
|
||||||
// @formatter:on
|
// @formatter:on
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -87,7 +87,7 @@ class HsOfficeRelationshipControllerAcceptanceTest extends ContextBasedTestWithC
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"relAnchor": { "personType": "LEGAL_PERSON", "tradeName": "Hostsharing eG" },
|
"relAnchor": { "personType": "LEGAL_PERSON", "tradeName": "Hostsharing eG" },
|
||||||
"relHolder": { "personType": "INCORPORATED_FIRM", "tradeName": "Fourth eG" },
|
"relHolder": { "personType": "LEGAL_PERSON", "tradeName": "Fourth eG" },
|
||||||
"relType": "PARTNER",
|
"relType": "PARTNER",
|
||||||
"contact": { "label": "fourth contact" }
|
"contact": { "label": "fourth contact" }
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user