We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f2c06 commit 0078a91Copy full SHA for 0078a91
tests/src/OneLogin/saml2_tests/idp_metadata_parser_test.py
@@ -314,7 +314,6 @@ def test_parse_with_entity_id(self):
314
expected_settings = json.loads(expected_settings_json)
315
self.assertEqual(expected_settings, data)
316
317
-
318
# should find desired descriptor
319
data2 = OneLogin_Saml2_IdPMetadataParser.parse(xml_idp_metadata, entity_id="https://bar.example.com/access/saml/idp.xml")
320
self.assertEqual("https://bar.example.com/access/saml/idp.xml", data2["idp"]["entityId"])
0 commit comments