Skip to content

Commit bed7907

Browse files
committed
updated harness_group_microclient_test.py:
1 parent 59b1911 commit bed7907

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

splitapiclient/tests/microclients/harness/harness_group_microclient_test.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,15 @@ def test_create(self, mocker):
123123

124124
# Mock the API response
125125
response_data = {
126-
'identifier': 'new_group',
127-
'name': 'New Group',
128-
'description': 'Test group',
129-
'accountIdentifier': 'test_account',
130-
'isSSOLinked': False,
131-
'linkedSSO': None,
132-
'users': []
126+
'data': {
127+
'identifier': 'new_group',
128+
'name': 'New Group',
129+
'description': 'Test group',
130+
'accountIdentifier': 'test_account',
131+
'isSSOLinked': False,
132+
'linkedSSO': None,
133+
'users': []
134+
}
133135
}
134136

135137
# Set up the mock to return the response

0 commit comments

Comments
 (0)