Skip to content

Commit

Permalink
fix(#5219): Solving additional merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-akim committed May 3, 2024
1 parent edb6a61 commit 4da365d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deployability/modules/testing/tests/helpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .manager import WazuhManager
from .indexer import WazuhIndexer
from .dashboard import WazuhDashboard
from .central import WazuhCentralComponents
from .central import WazuhCentralComponents
4 changes: 0 additions & 4 deletions deployability/modules/testing/tests/helpers/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,6 @@ def perform_uninstall_and_scan_for_agent(agent_params, wazuh_params) -> None:

@staticmethod
def assert_results(result, params = None) -> None:
<<<<<<< HEAD
=======

>>>>>>> 4495-dtt1-release
"""
Gets the status of an agent given its name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ tasks:
- component: "manager"
- wazuh-version: "4.7.4"
- wazuh-revision: "40717"
- live: "True"
- live: "True"

0 comments on commit 4da365d

Please sign in to comment.