Skip to content

Commit

Permalink
fix: +39 phone prefix now is a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Jun 7, 2021
1 parent 2362f82 commit c146669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spid_sp_test/metadata_public.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def test_contactperson_phone(self, phone_xpath='//ContactPerson/TelephoneNumber'
(phone[0:3] == '+39'),
f'The {phone_xpath} element MUST start with "+39"',
description = phone,
level = 'warning'
)

return self.is_ok(f'{self.__class__.__name__}.test_contactperson_phone')
Expand Down

0 comments on commit c146669

Please sign in to comment.