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:
parent
0ce5a9b0ce
commit
e56043a2fc
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue