Merge "Change test manage share server with invalid id"

This commit is contained in:
Zuul
2023年09月19日 14:46:11 +00:00
committed by Gerrit Code Review

View File

@@ -333,7 +333,8 @@ class ManageShareServersNegativeTest(base.BaseSharesAdminTest):
invalid_params)
# try with part of the identifier
invalid_params['identifier'] = share_server['identifier'].split("-")[2]
invalid_params['identifier'] = (
share_server['identifier'].split("-")[-1])
self.assertRaises(
lib_exc.BadRequest,
Reference in New Issue
openstack/manila-tempest-plugin
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.