Changeset - b3cb2da81abf
[Not reviewed]
0 1 0
Branko Majic (branko) - 2 months ago 2024-02-10 13:30:52
branko@majic.rs
MAR-191: Fix linting error (unused variable).
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
roles/backup_client/molecule/default/tests/test_default.py
Show inline comments
 
@@ -12,8 +12,6 @@ def test_installed_packages(host):
 
    Tests if the necessary packages are installed.
 
    """
 

	
 
    distribution_release = host.ansible("setup")["ansible_facts"]["ansible_distribution_release"]
 

	
 
    expected_package_name = "python3-pexpect"
 

	
 
    assert host.package(expected_package_name).is_installed
0 comments (0 inline, 0 general)