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 c4d8dad commit a6ec80dCopy full SHA for a6ec80d
djangosaml2/tests/__init__.py
@@ -360,7 +360,7 @@ def test_logout_service_local(self):
360
'SAMLResponse': deflate_and_base64_encode(saml_response),
361
})
362
self.assertContains(response, "Logged out", status_code=200)
363
- self.assertEqual(self.client.session.keys(), [])
+ self.assertListEqual(list(self.client.session.keys()), [])
364
365
def test_logout_service_global(self):
366
settings.SAML_CONFIG = conf.create_conf(
0 commit comments