Skip to content

Commit

Permalink
[compute] fix console output format in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed May 12, 2011
1 parent b452aa6 commit f2dd879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compute/requests/aws/instance_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

@get_console_output_format = {
'instanceId' => String,
'output' => NilClass,
'output' => Fog::Nullable::String,
'requestId' => String,
'timestamp' => Time
}
Expand Down

0 comments on commit f2dd879

Please sign in to comment.