Skip to content

Commit

Permalink
fix(#3709): fixes after linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-akim committed Jul 3, 2023
1 parent d059289 commit 502f4d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Wazuh commit: TBD \
Release report: TBD
## Added

- Added tests for checking agent status upon ungraceful closure.([#3709](https://github.com/wazuh/wazuh-qa/pull/3709)) \- (Tests)
- Added tests for checking agent status upon ungraceful closure.([#4146](https://github.com/wazuh/wazuh-qa/pull/4146)) \- (Tests)

## [4.5.0] - TBD

Expand Down
2 changes: 0 additions & 2 deletions tests/system/test_shutdown_message/test_shutdown_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ def test_shut_down_message_gracefully_stopped_agent(restart_all_agents, stop_gra
expected_output:
- Gracefully closed, it is expected to find agents 'Disconected' in agent-manager
'''

#host_manager.get_host(testinfra_hosts[0]).ansible('command', f'service wazuh-manager restart', check=False)
time.sleep(T_3)

matches = re.findall(r"Disconnected", host_manager.run_command(testinfra_hosts[0],
Expand Down

0 comments on commit 502f4d5

Please sign in to comment.