mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07: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,
|
connect_opts = True,
|
||||||
subset_opts = True,
|
subset_opts = True,
|
||||||
check_opts = True,
|
check_opts = True,
|
||||||
diff_opts = True,
|
inventory_opts = True,
|
||||||
)
|
)
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue