Skip to content

Commit

Permalink
Update API script file name
Browse files Browse the repository at this point in the history
  • Loading branch information
GGP1 committed May 17, 2024
1 parent 2e70e00 commit d39b862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpms/SPECS/wazuh-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ rm -fr %{buildroot}
%dir %attr(770, root, wazuh) %{_localstatedir}/api/configuration/security
%dir %attr(770, root, wazuh) %{_localstatedir}/api/configuration/ssl
%dir %attr(750, root, wazuh) %{_localstatedir}/api/scripts
%attr(640, root, wazuh) %{_localstatedir}/api/scripts/wazuh-apid.py
%attr(640, root, wazuh) %{_localstatedir}/api/scripts/*.py
%dir %attr(750, root, wazuh) %{_localstatedir}/backup
%dir %attr(750, wazuh, wazuh) %{_localstatedir}/backup/db
%dir %attr(750, wazuh, wazuh) %{_localstatedir}/backup/agents
Expand Down
2 changes: 1 addition & 1 deletion tests/unattended/install/test_unattended.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def test_check_wazuh_manager_modulesd():

@pytest.mark.wazuh
def test_check_wazuh_manager_apid():
assert check_call("ps -xa | grep wazuh-apid | grep -v grep", shell=True) != ""
assert check_call("ps -xa | grep wazuh_apid | grep -v grep", shell=True) != ""

@pytest.mark.wazuh_cluster
def test_check_wazuh_manager_clusterd():
Expand Down

0 comments on commit d39b862

Please sign in to comment.