Commit cbfe05d2 by Ed Crewe

remove debug line

parent 5538e907
......@@ -150,7 +150,6 @@ class TestCAS(unittest.TestCase):
""" Use login ticket to get proxy iou """
url_args = (CAS_SERVER_URL, self.ticket, APP_URL, PROXY_URL)
url = '%s/serviceValidate?ticket=%s&service=%s&pgtUrl=%s' % url_args
return url
try:
iou = self.opener.open(url)
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