Skip to content

Commit

Permalink
Merge pull request #170 from giandxor/fix-sp-ag-private-full-__aggrsint
Browse files Browse the repository at this point in the history
Fix sp ag private full   aggrsint
  • Loading branch information
Giuseppe De Marco authored Nov 15, 2023
2 parents cf81110 + 441fb80 commit 4347b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/spid_sp_test/metadata_public.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def test_Contacts_VATFC(
**_data,
)
self._assertTrue(
entity_type == "spid:aggregator",
entity_type == "spid:aggregated",
("The VATNumber __aggrsint could be used only for test metadata in the aggregated contact."),
level="error",
**_data,
Expand Down
2 changes: 1 addition & 1 deletion tests/metadata/pri-ag-full_signed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ ks2Byw==</ds:X509Certificate>
</md:ContactPerson>
<md:ContactPerson contactType="other" spid:entityType="spid:aggregated">
<md:Extensions>
<spid:FiscalCode>IT000000000000</spid:FiscalCode>
<spid:FiscalCode>__aggrsint</spid:FiscalCode>
<spid:Private/>
</md:Extensions>
<md:Company>Organizzazione fittizia per il collaudo</md:Company>
Expand Down

0 comments on commit 4347b1d

Please sign in to comment.