mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Minor fix to failing test.
This commit is contained in:
parent
60b8f8f19b
commit
d99d8e5cac
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ Shindo.tests('HP::Network | networking ports model', ['hp', 'networking', 'port'
|
|||
@port = HP[:network].ports.create(attributes)
|
||||
|
||||
tests('#all(filter)').succeeds do
|
||||
ports = HP[:network].ports.all({:network_id => @network.id})
|
||||
ports.first.network_id == @network.id
|
||||
HP[:network].ports.all({:name => 'fogport'})
|
||||
end
|
||||
|
||||
@port.destroy
|
||||
|
|
Loading…
Reference in a new issue