From 2e05d7a3a6bd92ac9cf73cdc48b49e378966138a Mon Sep 17 00:00:00 2001 From: geemus Date: Tue, 13 Dec 2011 18:15:42 -0600 Subject: [PATCH] [slicehost|compute] update image id in tests --- tests/slicehost/requests/compute/slice_tests.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/slicehost/requests/compute/slice_tests.rb b/tests/slicehost/requests/compute/slice_tests.rb index 976a8d3e7..da35bd6d8 100644 --- a/tests/slicehost/requests/compute/slice_tests.rb +++ b/tests/slicehost/requests/compute/slice_tests.rb @@ -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