diff --git a/src/idp_test/__init__.py b/src/idp_test/__init__.py index adcd729..15762cd 100644 --- a/src/idp_test/__init__.py +++ b/src/idp_test/__init__.py @@ -356,7 +356,7 @@ class SAML2client(object): except KeyError: pass - for key in ["depends", "endpoints"]: + for key in ["depend", "endpoints"]: try: item[key] = val[key] except KeyError: