Skip to content
Snippets Groups Projects
Commit b0397ab0 authored by ichuang's avatar ichuang
Browse files

fix to be compatible with jenkins test

parent 4e2ddd57
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@ class TestInstructorDashboardGradeDownloadCSV(ct.PageLoader):
msg += "instructor dashboard download csv grades: resp = '%s'" % resp
respstr = str(resp).replace('\r','')
respstr = respstr.replace('TT_2012','2012') # jenkins course_id is TT_2012_Fall instead of 2012_Fall?
#open('idtest.out','w').write(respstr)
expected_resp = '''Vary: Cookie
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment