diff --git a/test/units/playbook/test_play_context.py b/test/units/playbook/test_play_context.py index 0672ed3848..175267ef6b 100644 --- a/test/units/playbook/test_play_context.py +++ b/test/units/playbook/test_play_context.py @@ -44,7 +44,7 @@ class TestPlayContext(unittest.TestCase): connect_opts = True, subset_opts = True, check_opts = True, - diff_opts = True, + inventory_opts = True, ) def tearDown(self):