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:
parent
e081a73aa1
commit
ab355218a0
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue