Merge "Fix test for environment table structure"

This commit is contained in:
Jenkins 2015-09-14 12:08:14 +00:00 committed by Gerrit Code Review
commit b46291aba3
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class EnvironmentMuranoSanityClientTest(utils.CLIUtilsTestBase):
'TestMuranoSanityEnv')
env_show = self.listing('environment-show', params=environment['Name'])
# Check structure of env_show object
self.assertEqual(['created', 'id', 'name', 'networking', 'status',
self.assertEqual(['created', 'id', 'name', 'status',
'tenant_id', 'updated', 'version'],
map(lambda x: x['Property'], env_show))