mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Fix the job_tasks test.
This commit is contained in:
parent
91afd12f31
commit
0fb2160d0f
@ -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'])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user