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 ce994a6 commit c4d8dadCopy full SHA for c4d8dad
djangosaml2/tests/__init__.py
@@ -318,7 +318,6 @@ def test_logout(self):
318
self.assertSAMLRequestsEquals(decode_base64_and_inflate(saml_request).decode('utf-8'),
319
expected_request)
320
321
- @skip("This is a known issue caused by pysaml2. Needs more investigation. Fixes are welcome.")
322
def test_logout_service_local(self):
323
settings.SAML_CONFIG = conf.create_conf(
324
sp_host='sp.example.com',
0 commit comments