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

[openstack|network] remove extra trailing comma

This commit is contained in:
Sergio Rubio 2013-03-11 21:49:33 +01:00
parent 0ce5a9b0ce
commit e56043a2fc

View file

@ -21,7 +21,7 @@ Shindo.tests("Fog::Network[:openstack] | network", ['openstack']) do
# May rise an exception if the network_type isn't valid:
# QuantumError: "Invalid input for operation: provider:physical_network"
:provider_network_type => 'gre',
:provider_segmentation_id => 22,
:provider_segmentation_id => 22
)
net.destroy
net.provider_network_type == 'gre'