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

fix 1.8.7 compatibility

This commit is contained in:
A.S. Lomoff 2014-06-18 23:17:18 +03:00
parent b56aef40c7
commit 63069dcbef

View file

@ -65,7 +65,7 @@ Shindo.tests('Fog::Compute[:google] | firewall requests', ['google']) do
}]
tests("#insert_firewall").formats(@insert_firewall_format) do
response = @google.insert_firewall(firewall_name, allowed, 'default', source_ranges: source_range).body
response = @google.insert_firewall(firewall_name, allowed, 'default', :source_ranges => source_range).body
wait_operation(@google, response)
response
end