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 ea93835 commit 39c366dCopy full SHA for 39c366d
1 file changed
tests/src/OneLogin/saml2_tests/authn_request_test.py
@@ -255,7 +255,7 @@ def testCreateEncSAMLRequest(self):
255
inflated = decompress(decoded, -15)
256
257
self.assertRegexpMatches(inflated, '^<samlp:AuthnRequest')
258
- self.assertRegexpMatches(inflated, 'AssertionConsumerServiceURL="http://stuff.com/endpoints/endpoints/acs.php">')
+ self.assertRegexpMatches(inflated, 'AssertionConsumerServiceURL="http://stuff.com/endpoints/endpoints/acs.php"(\s)*>')
259
self.assertRegexpMatches(inflated, '<saml:Issuer>http://stuff.com/endpoints/metadata.php</saml:Issuer>')
260
self.assertRegexpMatches(inflated, 'Format="urn:oasis:names:tc:SAML:2.0:nameid-format:encrypted"')
261
self.assertRegexpMatches(inflated, 'ProviderName="SP prueba"')
0 commit comments