mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[compute|bluebox] fix format and template id in tests
This commit is contained in:
parent
6ea8439501
commit
c35af80afa
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ class Bluebox
|
|||
module Formats
|
||||
|
||||
PRODUCT = {
|
||||
'cost' => Float,
|
||||
'cost' => String,
|
||||
'description' => String,
|
||||
'id' => String
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ Shindo.tests('Fog::Compute[:bluebox] | template requests', ['bluebox']) do
|
|||
|
||||
tests('success') do
|
||||
|
||||
@template_id = 'a00baa8f-b5d0-4815-8238-b471c4c4bf72' # Ubuntu 9.10 64bit
|
||||
@template_id = '03807e08-a13d-44e4-b011-ebec7ef2c928' # Ubuntu LTS 10.04 64bit
|
||||
|
||||
tests("get_template('#{@template_id}')").formats(@template_format) do
|
||||
pending if Fog.mocking?
|
||||
|
|
Loading…
Add table
Reference in a new issue