Skip to content

Commit 3942e43

Browse files
xenophonfc00kiemon5ter
authored andcommitted
Fix typo in exception name
This exception should be the same as all the others.
1 parent 908b4ee commit 3942e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/satosa/micro_services/ldap_attribute_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def _ldap_connection_factory(self, config):
268268
except LDAPException as e:
269269
msg = "Caught exception when connecting to LDAP server: {}".format(e)
270270
satosa_logging(logger, logging.ERROR, msg, None)
271-
raise AttributeStoreError(msg)
271+
raise LdapAttributeStoreError(msg)
272272

273273
satosa_logging(logger, logging.DEBUG, "Successfully connected to LDAP server", None)
274274

0 commit comments

Comments
 (0)