diff options
Diffstat (limited to 'python')
| -rwxr-xr-x | python/tests/idwsf2_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/idwsf2_tests.py b/python/tests/idwsf2_tests.py index 7f9b8992..43711f4d 100755 --- a/python/tests/idwsf2_tests.py +++ b/python/tests/idwsf2_tests.py @@ -1736,7 +1736,7 @@ class DataServiceQueryTestCase(IdWsf2TestCase): if e[0] == lasso.SOAP_FAULT_REDIRECT_REQUEST: pass - self.failUnlessEqual(service.redirectUrl, 'http://sp5/consent') + self.failUnlessEqual(service.redirectUrl, 'http://sp5/consent', 'redirectUrl is not set or wrong') idpSelfRegistrationSuite = unittest.makeSuite(IdpSelfRegistrationTestCase, 'test') |
