@@ -51,7 +51,7 @@ def testGetMetadata(self):
5151 data = OneLogin_Saml2_IdPMetadataParser .get_metadata ('http://google.es' )
5252
5353 try :
54- data = OneLogin_Saml2_IdPMetadataParser .get_metadata ('https://www .testshib.org/metadata/testshib-providers.xml ' )
54+ data = OneLogin_Saml2_IdPMetadataParser .get_metadata ('https://idp .testshib.org/idp/shibboleth ' )
5555 self .assertTrue (data is not None and data is not {})
5656 except URLError :
5757 pass
@@ -64,7 +64,7 @@ def testParseRemote(self):
6464 data = OneLogin_Saml2_IdPMetadataParser .parse_remote ('http://google.es' )
6565
6666 try :
67- data = OneLogin_Saml2_IdPMetadataParser .parse_remote ('https://www .testshib.org/metadata/testshib-providers.xml ' )
67+ data = OneLogin_Saml2_IdPMetadataParser .parse_remote ('https://idp .testshib.org/idp/shibboleth ' )
6868 except URLError :
6969 xml = self .file_contents (join (self .data_path , 'metadata' , 'testshib-providers.xml' ))
7070 data = OneLogin_Saml2_IdPMetadataParser .parse (xml )
@@ -148,7 +148,7 @@ def test_parse_testshib_required_binding_sso_redirect(self):
148148 """
149149 try :
150150 xmldoc = OneLogin_Saml2_IdPMetadataParser .get_metadata (
151- 'https://www .testshib.org/metadata/testshib-providers.xml ' )
151+ 'https://idp .testshib.org/idp/shibboleth ' )
152152 except URLError :
153153 xmldoc = self .file_contents (join (self .data_path , 'metadata' , 'testshib-providers.xml' ))
154154
@@ -186,7 +186,7 @@ def test_parse_testshib_required_binding_sso_post(self):
186186 """
187187 try :
188188 xmldoc = OneLogin_Saml2_IdPMetadataParser .get_metadata (
189- 'https://www .testshib.org/metadata/testshib-providers.xml ' )
189+ 'https://idp .testshib.org/idp/shibboleth ' )
190190 except URLError :
191191 xmldoc = self .file_contents (join (self .data_path , 'metadata' , 'testshib-providers.xml' ))
192192
0 commit comments