Skip to content

Commit

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

return configurations

@pytest.fixture(scope='module')
@pytest.fixture(scope='module', autouse=True)
def install_npm(host_manager: HostManager):
"""Ensure npm is installed on macOS agents."""
for host in host_manager.get_group_hosts('agent'):
Expand Down

0 comments on commit 2126cdd

Please sign in to comment.