Skip to content

Commit

Permalink
fix: update wait_until_vd_is_updated regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebits committed Mar 20, 2024
1 parent 39d3d83 commit b124400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/wazuh_testing/wazuh_testing/end_to_end/waiters.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def wait_until_vd_is_updated(host_manager: HostManager) -> None:
host_manager (HostManager): Host manager instance to handle the environment.
"""

monitoring_data = generate_monitoring_logs(host_manager, ["INFO: Action for 'vulnerability_feed_manager' finished"],
monitoring_data = generate_monitoring_logs(host_manager, ["INFO: Vulnerability scanner module started"],
[VD_FEED_UPDATE_TIMEOUT], host_manager.get_group_hosts('manager'))
monitoring_events_multihost(host_manager, monitoring_data)

Expand Down

0 comments on commit b124400

Please sign in to comment.