checkpoint: Remove quotes from company names in relations

This commit is contained in:
TrisNol
2023-10-01 21:34:54 +02:00
parent 49498ad7c0
commit 2a446a9937
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ def test_parse_stakeholder_org_hidden_in_person() -> None:
data = {
"Beteiligter": {
"Natuerliche_Person": {
"Voller_Name": {"Vorname": None, "Nachname": "Some Company KG"},
"Voller_Name": {"Vorname": None, "Nachname": '"Some Company KG'},
"Anschrift": {"Ort": "Area 51"},
}
},