[aws|compute] fix instance format in tests

This commit is contained in:
geemus 2011-05-26 14:36:17 -07:00
parent d76964a5e1
commit a28a7fcb72
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Shindo.tests('AWS::Compute | instance requests', ['aws']) do
# 'architecture' => String,
'amiLaunchIndex' => Integer,
'blockDeviceMapping' => [],
'clientToken' => NilClass,
'clientToken' => Fog::Nullable::String,
'dnsName' => NilClass,
'imageId' => String,
'instanceId' => String,