Skip to content

Commit

Permalink
fix(#5215): space fixes3
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-akim committed Apr 18, 2024
1 parent 5d21f05 commit db0825d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ def test_port(wazuh_params):

def test_processes(wazuh_params):
for agent_names, agent_params in wazuh_params['agents'].items():
assert not WazuhAgent.areAgent_processes_active(agent_params), logger.error('Agent processes are still active')
assert not WazuhAgent.areAgent_processes_active(agent_params), logger.error('Agent processes are still active')
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ def test_port(wazuh_params):

def test_processes(wazuh_params):
for agent_names, agent_params in wazuh_params['agents'].items():
assert not WazuhAgent.areAgent_processes_active(agent_params), logger.error('Agent processes are still active')
assert not WazuhAgent.areAgent_processes_active(agent_params), logger.error('Agent processes are still active')

0 comments on commit db0825d

Please sign in to comment.