mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[opennebula] changed list_networks mock names
This commit is contained in:
parent
68b8d42914
commit
f957978c42
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module Fog
|
|||
|
||||
class Mock
|
||||
def list_networks(filters={})
|
||||
net1 = mock_network 'net1'
|
||||
net1 = mock_network 'fogtest'
|
||||
net2 = mock_network 'net2'
|
||||
[net1, net2]
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue