test - get devices

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

View File

@ -80,6 +80,7 @@ response:
'''
from ansible_collections.community.syncthing.plugins.module_utils.syncthing_api import SyncthingModule
import json
def deep_equal(a, b):
return json.dumps(a, sort_keys=True) == json.dumps(b, sort_keys=True)