Deleting returns nothing, so do not expect role

This commit is contained in:
Bohuslav Kabrda 2012-07-02 12:24:17 +02:00
parent b5edd9f476
commit 16354432a7
1 changed files with 1 additions and 1 deletions

View File

@ -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