1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[compute] fix console output format in tests

This commit is contained in:
geemus 2011-05-12 13:15:35 -07:00
parent b452aa679d
commit f2dd87979d

View file

@ -53,7 +53,7 @@ Shindo.tests('AWS::Compute | instance requests', ['aws']) do
@get_console_output_format = {
'instanceId' => String,
'output' => NilClass,
'output' => Fog::Nullable::String,
'requestId' => String,
'timestamp' => Time
}