Tests updated
This commit is contained in:
parent
72763a4200
commit
3004efdb75
2 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue