test - get devices

This commit is contained in:
Swapnil 2024-05-08 01:04:40 +05:30
parent a5eabf9ca6
commit 0c93969c8e
Signed by: swapnil
GPG Key ID: 58029C48BB100574
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ def run_module():
else:
devices_list = device_module.get_call()
existing_device_ids = [device['deviceID'] for device in devices_list]
self_id = module.result['response']['x-syncthing-id']
self_id = device_module.result['response']['x-syncthing-id']
if folder_exists: # exists but maybe needs changing
if module.check_mode: