@@ -110,7 +110,7 @@ def testReturnNameId(self):
110110 settings = OneLogin_Saml2_Settings (json_settings )
111111 xml = self .file_contents (join (self .data_path , 'responses' , 'response1.xml.base64' ))
112112 response = OneLogin_Saml2_Response (settings , xml )
113- self .assertEqual ('support@example .com' , response .get_nameid ())
113+ self .assertEqual ('support@onelogin .com' , response .get_nameid ())
114114
115115 xml_2 = self .file_contents (join (self .data_path , 'responses' , 'response_encrypted_nameid.xml.base64' ))
116116 response_2 = OneLogin_Saml2_Response (settings , xml_2 )
@@ -389,7 +389,7 @@ def testGetNameIdData(self):
389389 xml = self .file_contents (join (self .data_path , 'responses' , 'response1.xml.base64' ))
390390 response = OneLogin_Saml2_Response (settings , xml )
391391 expected_nameid_data = {
392- 'Value' : 'support@example .com' ,
392+ 'Value' : 'support@onelogin .com' ,
393393 'Format' : 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress'
394394 }
395395 nameid_data = response .get_nameid_data ()
@@ -822,7 +822,7 @@ def testNodeTextAttack(self):
822822 attributes = response .get_attributes ()
823823 nameid = response .get_nameid ()
824824 self .assertEqual ("smith" , attributes .get ('surname' )[0 ])
825- self .assertEqual ('support@example .com' , nameid )
825+ self .assertEqual ('support@onelogin .com' , nameid )
826826
827827 def testGetSessionNotOnOrAfter (self ):
828828 """
0 commit comments