Commit cbfe05d2 by Ed Crewe

remove debug line

parent 5538e907
...@@ -150,7 +150,6 @@ class TestCAS(unittest.TestCase): ...@@ -150,7 +150,6 @@ class TestCAS(unittest.TestCase):
""" Use login ticket to get proxy iou """ """ Use login ticket to get proxy iou """
url_args = (CAS_SERVER_URL, self.ticket, APP_URL, PROXY_URL) url_args = (CAS_SERVER_URL, self.ticket, APP_URL, PROXY_URL)
url = '%s/serviceValidate?ticket=%s&service=%s&pgtUrl=%s' % url_args url = '%s/serviceValidate?ticket=%s&service=%s&pgtUrl=%s' % url_args
return url
try: try:
iou = self.opener.open(url) iou = self.opener.open(url)
except: except:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment