Skip to content

Commit

Permalink
Remove aio method test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Ariel Hamra committed Apr 5, 2024
1 parent 0bc94f2 commit f745d05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployability/modules/provision/tests/test_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def test_provision_handler_get_templates_path(component: str, method: str, actio
@pytest.mark.parametrize('component, method, action, expected_list',
[('wazuh-manager', 'package', 'install',
["set_repo.j2", "install.j2", "register.j2", "service.j2"]),
('wazuh-manager', 'aio', 'install', ["download.j2", "install.j2"]),
('indexer', 'source', 'install', ['indexer.j2']),
('wazuh-manager', 'assistant', 'uninstall', []),
])
Expand Down

0 comments on commit f745d05

Please sign in to comment.