mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 15:31:03 +00:00
Remove unnecessary test extension mock
The network extension test does not need this. Change-Id: I8dd2cad759a813d7df0476afa6c56f455ddff616
This commit is contained in:
parent
566987ecf1
commit
e7e8760fa6
1 changed files with 0 additions and 7 deletions
|
|
@ -52,13 +52,6 @@ class TestExtensionList(TestExtension):
|
|||
loaded=True,
|
||||
),
|
||||
]
|
||||
self.network_extensions_mock.list.return_value = [
|
||||
fakes.FakeResource(
|
||||
None,
|
||||
copy.deepcopy(identity_fakes.EXTENSION),
|
||||
loaded=True,
|
||||
),
|
||||
]
|
||||
|
||||
# Get the command object to test
|
||||
self.cmd = extension.ListExtension(self.app, None)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue