Fix test.

pull/1698/head
Roger A. Light 5 years ago
parent 5927778ae5
commit 5e6b34f81a

@ -84,7 +84,7 @@ get_group_response = {'responses':[{'command': 'getGroup', 'data': {'group': {'g
add_client_to_group_command = {"commands": [{"command":"addGroupClient", "username":"user_one",
"groupname": "group_one", "correlationData":"1234"}]}
add_client_to_group_response = {'responses':[{'command': 'addGroupClient', 'correlationData': '1234'}]}
add_duplicate_client_to_group_response = {'responses':[{'command': 'addGroupClient', 'correlationData': '1234'}]}
add_duplicate_client_to_group_response = {'responses':[{'command': 'addGroupClient', 'error':'Client is already in this group', 'correlationData': '1234'}]}
add_client_to_group2_command = {"commands": [{"command":"addGroupClient", "username":"user_one",
"groupname": "group_two", "correlationData":"1234"}]}

Loading…
Cancel
Save