mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
For some reason, there was a missing comma in the mock class
This commit is contained in:
parent
0bc0bd4586
commit
6aa7efb56f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ module Fog
|
|||
'BlockDeviceMappings' => [],
|
||||
'CreatedTime' => Time.now.utc,
|
||||
'ImageId' => image_id,
|
||||
'InstanceMonitoring.Enabled' => true
|
||||
'InstanceMonitoring.Enabled' => true,
|
||||
'InstanceType' => instance_type,
|
||||
'KernelId' => nil,
|
||||
'KeyName' => nil,
|
||||
|
|
Loading…
Add table
Reference in a new issue