trivial: Remove unnecessary trailing comma
Change-Id: Idab313f503c15d2aeec2f82db624e52ddea9e4bf Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
parent
da0667e201
commit
f83b657fc3
@ -709,7 +709,7 @@ class TestCreateServer(base.TestCase):
|
||||
dict(id='image-id'),
|
||||
dict(id='flavor-id'),
|
||||
wait=True,
|
||||
),
|
||||
)
|
||||
|
||||
# This is a pretty dirty hack to ensure we in principle use object with
|
||||
# expected properties
|
||||
|
@ -65,7 +65,7 @@ class TestPool(base.TestCase):
|
||||
|
||||
def test_make_it(self):
|
||||
test_pool = pool.Pool(**EXAMPLE)
|
||||
self.assertEqual(EXAMPLE['name'], test_pool.name),
|
||||
self.assertEqual(EXAMPLE['name'], test_pool.name)
|
||||
self.assertEqual(EXAMPLE['description'], test_pool.description)
|
||||
self.assertEqual(
|
||||
EXAMPLE['admin_state_up'], test_pool.is_admin_state_up
|
||||
|
Loading…
x
Reference in New Issue
Block a user