1
0
Fork 0
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:
Paul Thornthwaite 2011-07-18 17:54:13 +01:00
parent 5ed2910f87
commit 192523f1ae

View file

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