From 5e6b34f81a64fcff44f5f08d09980ed2983b67ab Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Mon, 11 Jan 2021 14:31:41 +0000 Subject: [PATCH] Fix test. --- test/broker/14-dynsec-group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/broker/14-dynsec-group.py b/test/broker/14-dynsec-group.py index 947f2806..f2f2d927 100755 --- a/test/broker/14-dynsec-group.py +++ b/test/broker/14-dynsec-group.py @@ -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"}]}