changed stdout pending wording

This commit is contained in:
Chris Meyers
2015-05-21 13:29:15 -04:00
parent 44cb9ea397
commit 809b905cd1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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...')