Skip to content

Commit 0078a91

Browse files
committed
Fix pycodestyle
1 parent d3f2c06 commit 0078a91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/src/OneLogin/saml2_tests/idp_metadata_parser_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ def test_parse_with_entity_id(self):
314314
expected_settings = json.loads(expected_settings_json)
315315
self.assertEqual(expected_settings, data)
316316

317-
318317
# should find desired descriptor
319318
data2 = OneLogin_Saml2_IdPMetadataParser.parse(xml_idp_metadata, entity_id="https://bar.example.com/access/saml/idp.xml")
320319
self.assertEqual("https://bar.example.com/access/saml/idp.xml", data2["idp"]["entityId"])

0 commit comments

Comments
 (0)