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:
parent
b452aa679d
commit
f2dd87979d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue