Skip to content

Commit

Permalink
fix: v0.9.16-1
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Sep 14, 2021
1 parent f203087 commit 86411f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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.16'
__version__ = '0.9.16-1'
logger = logging.getLogger(__name__)


Expand Down
1 change: 0 additions & 1 deletion src/spid_sp_test/authn_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ def test_xmldsig(self):
self.handle_result(
"error",
"AuthnRequest Signature validation failed",
traceback=_msg,
**_data,
)
return
Expand Down

0 comments on commit 86411f4

Please sign in to comment.