mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[slicehost|compute] update image id in tests
This commit is contained in:
parent
52a45b8ea1
commit
2e05d7a3a6
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ Shindo.tests('Fog::Compute[:slicehost] | slice requests', ['slicehost']) do
|
|||
|
||||
@slice_id = nil
|
||||
|
||||
tests("#create_slice(1, 19, 'fogcreateslice')").formats(@slice_format.merge('root-password' => String)) do
|
||||
tests("#create_slice(1, 305, 'fogcreateslice')").formats(@slice_format.merge('root-password' => String)) do
|
||||
pending if Fog.mocking?
|
||||
data = Fog::Compute[:slicehost].create_slice(1, 19, 'fogcreateslice').body
|
||||
data = Fog::Compute[:slicehost].create_slice(1, 305, 'fogcreateslice').body
|
||||
@slice_id = data['id']
|
||||
data
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue