Skip to content

Commit 5fc6294

Browse files
committed
Fixed a ValidationError misspelling
1 parent fac42e2 commit 5fc6294

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
@@ -647,7 +647,7 @@ def process_signed_elements(self):
647647
if not self.validate_signed_elements(signed_elements, raise_exceptions=True):
648648
raise OneLogin_Saml2_ValidationError(
649649
'Found an unexpected Signature Element. SAML Response rejected',
650-
OneLogin_Saml2_ValidationError.UNEXPECTED_SIGNED_ELEMENT
650+
OneLogin_Saml2_ValidationError.UNEXPECTED_SIGNED_ELEMENTS
651651
)
652652
return signed_elements
653653

0 commit comments

Comments
 (0)