Skip to content

Commit

Permalink
Clarity comment
Browse files Browse the repository at this point in the history
  • Loading branch information
santipadilla committed Apr 2, 2024
1 parent 2126cdd commit 998c839
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def load_vulnerability_detector_configurations(host_manager):

@pytest.fixture(scope='module', autouse=True)
def install_npm(host_manager: HostManager):
"""Ensure npm is installed on macOS agents."""
"""Check and install npm if not already installed"""
for host in host_manager.get_group_hosts('agent'):
os_type = host_manager.get_host_variables(host).get('os')

Expand Down

0 comments on commit 998c839

Please sign in to comment.