@@ -110,7 +110,7 @@ def testReturnNameId(self):
110
110
settings = OneLogin_Saml2_Settings (json_settings )
111
111
xml = self .file_contents (join (self .data_path , 'responses' , 'response1.xml.base64' ))
112
112
response = OneLogin_Saml2_Response (settings , xml )
113
- self .assertEqual ('support@example .com' , response .get_nameid ())
113
+ self .assertEqual ('support@onelogin .com' , response .get_nameid ())
114
114
115
115
xml_2 = self .file_contents (join (self .data_path , 'responses' , 'response_encrypted_nameid.xml.base64' ))
116
116
response_2 = OneLogin_Saml2_Response (settings , xml_2 )
@@ -389,7 +389,7 @@ def testGetNameIdData(self):
389
389
xml = self .file_contents (join (self .data_path , 'responses' , 'response1.xml.base64' ))
390
390
response = OneLogin_Saml2_Response (settings , xml )
391
391
expected_nameid_data = {
392
- 'Value' : 'support@example .com' ,
392
+ 'Value' : 'support@onelogin .com' ,
393
393
'Format' : 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress'
394
394
}
395
395
nameid_data = response .get_nameid_data ()
@@ -822,7 +822,7 @@ def testNodeTextAttack(self):
822
822
attributes = response .get_attributes ()
823
823
nameid = response .get_nameid ()
824
824
self .assertEqual ("smith" , attributes .get ('surname' )[0 ])
825
- self .assertEqual ('support@example .com' , nameid )
825
+ self .assertEqual ('support@onelogin .com' , nameid )
826
826
827
827
def testGetSessionNotOnOrAfter (self ):
828
828
"""
0 commit comments