Fix test.

This commit is contained in:
Roger A. Light 2021-01-11 14:31:41 +00:00
parent 5927778ae5
commit 5e6b34f81a

View File

@ -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"}]}