summaryrefslogtreecommitdiffstats
path: root/lcm/jobs/tests/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/jobs/tests/tests.py')
-rw-r--r--lcm/jobs/tests/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lcm/jobs/tests/tests.py b/lcm/jobs/tests/tests.py
index 84ae29f9..fb260742 100644
--- a/lcm/jobs/tests/tests.py
+++ b/lcm/jobs/tests/tests.py
@@ -32,6 +32,7 @@ class JobsViewTest(TestCase):
self.assertEqual(status.HTTP_200_OK, response.status_code, response.data)
self.assertIn('jobId', response.data)
self.assertIn('responseDescriptor', response.data)
+ self.assertEqual(20, response.data['responseDescriptor']['progress'])
def test_non_exiting_job(self):
job_id = 'test_new_job_id'