File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
tests/src/OneLogin/saml2_tests Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -315,8 +315,8 @@ def get_attribute(self, name):
315315 :param name: Name of the attribute
316316 :type name: string
317317
318- :returns: Attribute value if exists or None
319- :rtype: string
318+ :returns: Attribute value(s) if exists or None
319+ :rtype: list
320320 """
321321 assert isinstance (name , compat .str_type )
322322 return self .__attributes .get (name )
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ def testGetSLOresponseUrl(self):
102102 slo_url = settings_info ['idp' ]['singleLogoutService' ]['url' ]
103103 self .assertEqual (auth .get_slo_response_url (), slo_url )
104104
105-
106105 def testGetSessionIndex (self ):
107106 """
108107 Tests the get_session_index method of the OneLogin_Saml2_Auth class
You can’t perform that action at this time.
0 commit comments