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:
parent
b56aef40c7
commit
63069dcbef
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ Shindo.tests('Fog::Compute[:google] | firewall requests', ['google']) do
|
||||||
}]
|
}]
|
||||||
|
|
||||||
tests("#insert_firewall").formats(@insert_firewall_format) 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)
|
wait_operation(@google, response)
|
||||||
response
|
response
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue