amend HsOfficePersonControllerAcceptanceTest assertion

This commit is contained in:
Michael Hoennig 2024-02-19 14:13:13 +01:00
parent b61bcea62c
commit 82b7a00dd2
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ class HsOfficePersonControllerAcceptanceTest extends ContextBasedTestWithCleanup
.then().log().all().assertThat()
.statusCode(200)
.contentType("application/json")
.body("", hasSize(12));
.body("", hasSize(13));
// @formatter:on
}
}

View File

@ -87,7 +87,7 @@ class HsOfficeRelationshipControllerAcceptanceTest extends ContextBasedTestWithC
},
{
"relAnchor": { "personType": "LEGAL_PERSON", "tradeName": "Hostsharing eG" },
"relHolder": { "personType": "INCORPORATED_FIRM", "tradeName": "Fourth eG" },
"relHolder": { "personType": "LEGAL_PERSON", "tradeName": "Fourth eG" },
"relType": "PARTNER",
"contact": { "label": "fourth contact" }
},