Changeset - 80a3dd98bc0f
[Not reviewed]
0 1 0
Branko Majic (branko) - 6 years ago 2018-08-18 13:07:02
branko@majic.rs
MAR-132: Small linting fix for pytest fixture file.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/web_server/molecule/default/tests/conftest.py
Show inline comments
 
@@ -20,7 +20,6 @@ def php_info(host):
 
    - base_config_dir (base configuration directory for PHP)
 
    """
 

	
 

	
 
    PHPInfo = namedtuple('PHPInfo', 'fpm_package fpm_service base_config_dir')
 

	
 
    ansible_facts = host.ansible("setup")["ansible_facts"]
0 comments (0 inline, 0 general)