Skip to content

Commit 27d93af

Browse files
authored
Merge pull request #338 from wazuh/enhancement/28908-authd-connection-management
Fix authd integration tests
2 parents 456cc66 + 8e59c19 commit 27d93af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wazuh_testing/modules/authd/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def create_authd_request(input):
3737
key_hash = input['key_hash']
3838
command = command + f" K:'{key_hash}'"
3939

40+
command += '\n'
4041
return command
4142

4243

0 commit comments

Comments
 (0)