mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix Cloudstack #connection
deprecation warning
Should be using `#service` instead in the volume tests.
This commit is contained in:
parent
f799ff7510
commit
b7d2e03bc4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ def volume_tests(connection, params, mocks_implemented = true)
|
|||
@instance.wait_for { ready? }
|
||||
end
|
||||
|
||||
@server = @instance.connection.servers.create(params[:server_attributes])
|
||||
@server = @instance.service.servers.create(params[:server_attributes])
|
||||
@server.wait_for { ready? }
|
||||
|
||||
tests('attach').succeeds do
|
||||
|
|
Loading…
Reference in a new issue