We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c1d46 commit 1203119Copy full SHA for 1203119
src/wazuh_testing/modules/authd/utils.py
@@ -37,6 +37,7 @@ def create_authd_request(input):
37
key_hash = input['key_hash']
38
command = command + f" K:'{key_hash}'"
39
40
+ command += '\n'
41
return command
42
43
0 commit comments