Skip to content

Commit 6e67a9c

Browse files
committed
Remove print from test
1 parent feb0d1d commit 6e67a9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/src/OneLogin/saml2_tests/response_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def testGetXMLDocument(self):
9494
xml = self.file_contents(join(self.data_path, 'responses', 'signed_message_response.xml.base64'))
9595
response = OneLogin_Saml2_Response(settings, xml)
9696
pretty_xml = self.file_contents(join(self.data_path, 'responses', 'pretty_signed_message_response.xml'))
97-
print(etree.tostring(response.get_xml_document(), encoding='unicode', pretty_print=True))
9897
self.assertEqual(etree.tostring(response.get_xml_document(), encoding='unicode', pretty_print=True), pretty_xml)
9998

10099
xml_2 = self.file_contents(join(self.data_path, 'responses', 'valid_encrypted_assertion.xml.base64'))

0 commit comments

Comments
 (0)