Fix the job_tasks test.

This commit is contained in:
Luke Sneeringer 2014-06-19 14:12:49 -05:00
parent 91afd12f31
commit 0fb2160d0f

View File

@ -50,7 +50,7 @@ class JobTasksTests(BaseJobTestMixin, LiveServerTestCase):
# Test to make sure we got back what we expected.
result = response['results'][0]
self.assertEqual(result['host_count'], 1)
self.assertEqual(result['changed_count'], 1)
self.assertEqual(result['host_count'], 7)
self.assertEqual(result['changed_count'], 7)
self.assertFalse(result['failed'])
self.assertTrue(result['changed'])