Tests updated

This commit is contained in:
Rbukharov 2015-07-14 10:06:18 +03:00
parent 72763a4200
commit 3004efdb75
2 changed files with 2 additions and 1 deletions

View file

@ -174,7 +174,7 @@ class test_create_cas_logout_url(unittest.TestCase):
'/cas/logout',
'http://localhost:5000',
),
'http://sso.pdx.edu/cas/logout?url=http%3A%2F%2Flocalhost%3A5000'
'http://sso.pdx.edu/cas/logout?service=http%3A%2F%2Flocalhost%3A5000'
)

View file

@ -32,6 +32,7 @@ class test_routing(unittest.TestCase):
self.app.config['CAS_LOGIN_ROUTE'] = '/cas'
self.app.config['CAS_LOGOUT_ROUTE'] = '/cas/logout'
self.app.config['CAS_VALIDATE_ROUTE'] = '/cas/validate'
self.app.config['CAS_AFTER_LOGOUT'] = '/'
def test_setUp(self):
pass