mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add testcase for first_available_file
This commit is contained in:
@@ -130,7 +130,7 @@ class TestPlaybook(unittest.TestCase):
|
||||
return result
|
||||
|
||||
def test_one(self):
|
||||
pb = os.path.join(self.test_dir, 'playbook1.yml')
|
||||
pb = 'test/playbook1.yml'
|
||||
actual = self._run(pb)
|
||||
|
||||
# if different, this will output to screen
|
||||
|
||||
Reference in New Issue
Block a user