Skip to content

Commit

Permalink
fix: testConditions, fixed #104
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Sep 21, 2021
1 parent a87c06f commit 7790a42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/spid_sp_test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)

Expand Down
2 changes: 0 additions & 2 deletions src/spid_sp_test/authn_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7790a42

Please sign in to comment.