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 b66f8eb commit b35b245Copy full SHA for b35b245
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