Skip to content

Commit c3bad3f

Browse files
committed
Fix pep8 issue
1 parent 616f9fd commit c3bad3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/OneLogin/saml2_tests/response_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def testGetIssuers(self):
345345
xml_4 = self.file_contents(join(self.data_path, 'responses', 'invalids', 'no_issuer_response.xml.base64'))
346346
response_4 = OneLogin_Saml2_Response(settings, xml_4)
347347
response_4.get_issuers()
348-
self.assertEqual(['https://pitbulk.no-ip.org/simplesaml/saml2/idp/metadata.php'], response_4.get_issuers())
348+
self.assertEqual(['https://pitbulk.no-ip.org/simplesaml/saml2/idp/metadata.php'], response_4.get_issuers())
349349

350350
xml_5 = self.file_contents(join(self.data_path, 'responses', 'invalids', 'no_issuer_assertion.xml.base64'))
351351
response_5 = OneLogin_Saml2_Response(settings, xml_5)

0 commit comments

Comments
 (0)