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, 0 insertions, 2 deletions
diff --git a/yaksh/test_views.py b/yaksh/test_views.py
index 583aaa9..b2e62af 100644
--- a/yaksh/test_views.py
+++ b/yaksh/test_views.py
@@ -3005,7 +3005,6 @@ class TestCourseDetail(TestCase):
})
data = {
'check': self.student1.id,
- 'enroll': ''
}
response = self.client.post(url, data)
self.assertEqual(response.status_code, 302)
@@ -3034,7 +3033,6 @@ class TestCourseDetail(TestCase):
})
data = {
'check': self.student1.id,
- 'reject': ''
}
response = self.client.post(url, data)
self.assertEqual(response.status_code, 302)