Fixes usage of popen in bigip iapplx package (#41612)

This functionality is superceeded by the run_command method in the
ansible module class.
This commit is contained in:
Tim Rupp
2018-06-15 15:41:57 -07:00
committed by GitHub
parent 5c614a59a6
commit 16466f3171
2 changed files with 5 additions and 6 deletions

View File

@@ -84,7 +84,7 @@ class TestManager(unittest.TestCase):
set_module_args(dict(
content='fixtures/MyApp-0.1.0-0001.noarch.rpm',
state='present',
password='passsword',
password='password',
server='localhost',
user='admin'
))