mirror of
https://github.com/ansible/awx.git
synced 2026-09-16 00:40:11 -02:30
changed stdout pending wording
This commit is contained in:
@@ -49,5 +49,5 @@ class UnifiedJobsUnitTest(SimpleTestCase):
|
||||
result = unified_job.result_stdout_raw_handle()
|
||||
|
||||
self.assertIsInstance(result, StringIO)
|
||||
self.assertEqual(result.read(), 'stdout capture pending')
|
||||
self.assertEqual(result.read(), 'Waiting for results...')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user