Skip to content

Commit 422b271

Browse files
authored
Merge pull request SAML-Toolkits#119 from luyuqing/fix_UNEXPECTED_SIGNED_ELEMENT
Fixed a ValidationError misspelling
2 parents 01166a1 + 3ae8d01 commit 422b271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onelogin/saml2/response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ def process_signed_elements(self):
652652
if not self.validate_signed_elements(signed_elements, raise_exceptions=True):
653653
raise OneLogin_Saml2_ValidationError(
654654
'Found an unexpected Signature Element. SAML Response rejected',
655-
OneLogin_Saml2_ValidationError.UNEXPECTED_SIGNED_ELEMENT
655+
OneLogin_Saml2_ValidationError.UNEXPECTED_SIGNED_ELEMENTS
656656
)
657657
return signed_elements
658658

0 commit comments

Comments
 (0)