1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fixed test to new parser options

This commit is contained in:
Brian Coca 2015-08-18 03:34:38 -04:00
parent e081a73aa1
commit ab355218a0

View file

@ -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):