mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Deleting returns nothing, so do not expect role
This commit is contained in:
parent
b5edd9f476
commit
16354432a7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Shindo.tests('Fog::Identity[:openstack] | role requests', ['openstack']) do
|
|||
Fog::Identity[:openstack].delete_user_role(@tenant['id'], @user['id'], @role['id']).body
|
||||
end
|
||||
|
||||
tests("#delete_role('#{@role['id']}')").formats(@role_format) do
|
||||
tests("#delete_role('#{@role['id']}')").succeeds do
|
||||
Fog::Identity[:openstack].delete_role(@role['id']).body
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue