test - get devices

This commit is contained in:
Swapnil 2024-05-08 00:28:11 +05:30
parent 2ee9766022
commit 655c13c2f1
Signed by: swapnil
GPG Key ID: 58029C48BB100574
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ def run_module():
# argument_spec={},
# )
module.api_url = '/rest/config/devices'
devices_list = module.get_call()
devices_list = module.get_call(target=None)
existing_device_ids = [device['deviceID'] for device in devices_list]
self_id = module.result['response']['x-syncthing-id']