summaryrefslogtreecommitdiff
path: root/yaksh/test_views.py
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/test_views.py')
-rw-r--r--yaksh/test_views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/test_views.py b/yaksh/test_views.py
index 4e1343e..c2fa4ac 100644
--- a/yaksh/test_views.py
+++ b/yaksh/test_views.py
@@ -3780,7 +3780,7 @@ class TestCourseDetail(TestCase):
self.assertEqual(response.status_code, 200)
data = response.json()['user_data']
self.assertIn("Student_First_Name Student_Last_Name", data)
- self.assertIn("Overall Course Progress", data)
+ self.assertIn("Course completed", data)
self.assertIn("Per Module Progress", data)