Merge "Use an existing option in cfg_validator test."

This commit is contained in:
Zuul 2018-01-30 22:07:45 +00:00 committed by Gerrit Code Review
commit ce247df2dd
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class TestCfgValidatorDriver(manager_congress.ScenarioPolicyBase):
if res1 is None or res2 is None:
return False
row1 = next((r for r in res1
if r['data'][col1_name] == u'datasource_file'),
if r['data'][col1_name] == u'datasource_sync_period'),
None)
row2 = next((r for r in res2
if r['data'][col2_name] == u'congress'),