mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[compute|brightbox] Updated test for new expected response from server
This commit is contained in:
parent
5ed2910f87
commit
192523f1ae
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Shindo.tests('Fog::Compute[:brightbox] | load balancer requests', ['brightbox'])
|
|||
|
||||
tests('failure') do
|
||||
|
||||
tests("#create_load_balancer").raises(Excon::Errors::BadRequest) do
|
||||
tests("#create_load_balancer").raises(Excon::Errors::UnprocessableEntity) do
|
||||
pending if Fog.mocking?
|
||||
Fog::Compute[:brightbox].create_load_balancer
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue