mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[openstack|identity] Fix status code expectation
Signed-off-by: Nelvin Driz <nelvindriz@live.com>
This commit is contained in:
parent
593322f178
commit
b74f226483
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module Fog
|
||||||
|
|
||||||
def delete_user(user_id)
|
def delete_user(user_id)
|
||||||
request(
|
request(
|
||||||
:expects => 200,
|
:expects => [200, 204],
|
||||||
:method => 'DELETE',
|
:method => 'DELETE',
|
||||||
:path => "users/#{user_id}"
|
:path => "users/#{user_id}"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue