File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1616import mock
1717import uuid
1818
19- from openstackclient .api import network_v2
2019from openstackclient .tests import fakes
2120from openstackclient .tests import utils
2221
@@ -57,11 +56,6 @@ def setUp(self):
5756 token = fakes .AUTH_TOKEN ,
5857 )
5958
60- self .app .client_manager .network .api = network_v2 .APIv2 (
61- session = mock .Mock (),
62- service_type = "network" ,
63- )
64-
6559
6660class FakeNetwork (object ):
6761 """Fake one or more networks."""
Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ def setUp(self):
3232 # Get a shortcut to the network client
3333 self .network = self .app .client_manager .network
3434
35- # Get a shortcut to the APIManager
36- self .api = self .app .client_manager .network .api
37-
3835
3936class TestCreateNetworkIdentityV3 (TestNetwork ):
4037
You can’t perform that action at this time.
0 commit comments