Codebase list manila-tempest-plugin / 41d38ba
Fix incorrect url request for share_group_reset_state Use "/share-groups" for POST action instead of "/groups" Closes-Bug: #2002940 Change-Id: I0d22cca0607e9bdc4835137cc0bf587061af92bf lkuchlan authored 1 year, 3 months ago Liron Kuchlani committed 1 year, 2 months ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11581158 headers, _junk = utils.get_extra_headers(
11591159 version, constants.SHARE_GROUPS_GRADUATION_VERSION)
11601160 return self.reset_state(
1161 share_group_id, status=status, s_type='groups', headers=headers,
1162 version=version)
1161 share_group_id, status=status, s_type='share-groups',
1162 headers=headers, version=version)
11631163
11641164 def share_group_force_delete(self, share_group_id,
11651165 version=LATEST_MICROVERSION):