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 feb0d1d commit 6e67a9cCopy full SHA for 6e67a9c
tests/src/OneLogin/saml2_tests/response_test.py
@@ -94,7 +94,6 @@ def testGetXMLDocument(self):
94
xml = self.file_contents(join(self.data_path, 'responses', 'signed_message_response.xml.base64'))
95
response = OneLogin_Saml2_Response(settings, xml)
96
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))
98
self.assertEqual(etree.tostring(response.get_xml_document(), encoding='unicode', pretty_print=True), pretty_xml)
99
100
xml_2 = self.file_contents(join(self.data_path, 'responses', 'valid_encrypted_assertion.xml.base64'))
0 commit comments