Trivial: Coding style fix in test_flavor.py
Change-Id: I3dcb3c4fbd9ff9c351426ae2ad9da009208a6485
This commit is contained in:
parent
695500496c
commit
85d6aeea32
@ -173,10 +173,10 @@ class TestFlavorList(TestFlavor):
|
|||||||
def test_flavor_list_private_flavors(self):
|
def test_flavor_list_private_flavors(self):
|
||||||
arglist = [
|
arglist = [
|
||||||
'--private',
|
'--private',
|
||||||
]
|
]
|
||||||
verifylist = [
|
verifylist = [
|
||||||
('public', False),
|
('public', False),
|
||||||
]
|
]
|
||||||
|
|
||||||
parsed_args = self.check_parser(self.cmd, arglist, verifylist)
|
parsed_args = self.check_parser(self.cmd, arglist, verifylist)
|
||||||
|
|
||||||
@ -200,10 +200,10 @@ class TestFlavorList(TestFlavor):
|
|||||||
def test_flavor_list_public_flavors(self):
|
def test_flavor_list_public_flavors(self):
|
||||||
arglist = [
|
arglist = [
|
||||||
'--public',
|
'--public',
|
||||||
]
|
]
|
||||||
verifylist = [
|
verifylist = [
|
||||||
('public', True),
|
('public', True),
|
||||||
]
|
]
|
||||||
|
|
||||||
parsed_args = self.check_parser(self.cmd, arglist, verifylist)
|
parsed_args = self.check_parser(self.cmd, arglist, verifylist)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user