diff --git a/src/spid_sp_test/__init__.py b/src/spid_sp_test/__init__.py index 9d6f884..c20df32 100644 --- a/src/spid_sp_test/__init__.py +++ b/src/spid_sp_test/__init__.py @@ -6,7 +6,7 @@ BASE_DIR = Path(__file__).resolve().parent -__version__ = "0.9.18" +__version__ = "0.9.19" __name__ = "spid_sp_test" logger = logging.getLogger(__name__) diff --git a/src/spid_sp_test/authn_request.py b/src/spid_sp_test/authn_request.py index 91d8b5e..8e5cda8 100644 --- a/src/spid_sp_test/authn_request.py +++ b/src/spid_sp_test/authn_request.py @@ -923,11 +923,9 @@ def test_Conditions(self): f"The {attr} attribute MUST have a value", **_data, ) - self._assertTrue( bool(constants.UTC_REGEXP.search(value)), f"The {attr} attribute MUST have avalid UTC string", - description=value, **_data, ) return self.is_ok(_method)