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.
2 parents 456cc66 + 8e59c19 commit 27d93afCopy full SHA for 27d93af
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