fix reversed assignment
This commit is contained in:
@@ -95,7 +95,7 @@ class CloudTestCase(test.TestCase):
|
|||||||
FLAGS.region_list = ["one=test_host1", "two=test_host2"]
|
FLAGS.region_list = ["one=test_host1", "two=test_host2"]
|
||||||
result = self.cloud.describe_regions(self.context)
|
result = self.cloud.describe_regions(self.context)
|
||||||
self.assertEqual(len(result['regionInfo']), 2)
|
self.assertEqual(len(result['regionInfo']), 2)
|
||||||
regions = FLAGS.region_list
|
FLAGS.region_list = regions
|
||||||
|
|
||||||
def test_describe_addresses(self):
|
def test_describe_addresses(self):
|
||||||
"""Makes sure describe addresses runs without raising an exception"""
|
"""Makes sure describe addresses runs without raising an exception"""
|
||||||
|
|||||||
Reference in New Issue
Block a user