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.
2 parents 830db54 + b35b245 commit 0a2e0eeCopy full SHA for 0a2e0ee
djangosaml2/tests/__init__.py
@@ -263,7 +263,7 @@ def test_assertion_consumer_service(self):
263
264
url = urlparse(location)
265
# as the RelayState is empty we have redirect to LOGIN_REDIRECT_URL
266
- self.assertEquals(url.path, '/accounts/profile/')
+ self.assertEquals(url.path, settings.LOGIN_REDIRECT_URL)
267
self.assertEquals(force_text(new_user.id), self.client.session[SESSION_KEY])
268
269
def test_missing_param_to_assertion_consumer_service_request(self):
0 commit comments