mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Merge branch 'master' into vagrant-unstable
Conflicts: awx/api/tests/job_tasks.py awx/api/utils/decorators.py
This commit is contained in:
commit
5d528e2db8
@ -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