diff --git a/src/wazuh_testing/modules/authd/utils.py b/src/wazuh_testing/modules/authd/utils.py index 63be0d0e..b72e6a38 100644 --- a/src/wazuh_testing/modules/authd/utils.py +++ b/src/wazuh_testing/modules/authd/utils.py @@ -37,6 +37,7 @@ def create_authd_request(input): key_hash = input['key_hash'] command = command + f" K:'{key_hash}'" + command += '\n' return command