mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
@@ -81,7 +81,7 @@ class TestCallbackResults(unittest.TestCase):
|
||||
self.assertTrue('a' in result)
|
||||
self.assertTrue('b' in result)
|
||||
self.assertFalse('invocation' in result)
|
||||
self.assertTrue('changed' in result)
|
||||
self.assertFalse('changed' in result)
|
||||
|
||||
def test_clean_results_debug_task_no_invocation(self):
|
||||
cb = CallbackBase()
|
||||
@@ -93,7 +93,7 @@ class TestCallbackResults(unittest.TestCase):
|
||||
cb._clean_results(result, 'debug')
|
||||
self.assertTrue('a' in result)
|
||||
self.assertTrue('b' in result)
|
||||
self.assertTrue('changed' in result)
|
||||
self.assertFalse('changed' in result)
|
||||
self.assertFalse('invocation' in result)
|
||||
|
||||
def test_clean_results_debug_task_empty_results(self):
|
||||
|
||||
Reference in New Issue
Block a user