From 06aa2dda996b707fde4823264c54f67840d7c53f Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Mon, 21 Oct 2013 13:18:39 +0200 Subject: [PATCH] Spelling error --- src/idp_test/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: