Skip to content

Commit

Permalink
And one more fix in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Sutormin committed Mar 29, 2017
1 parent c0c8c6a commit e542376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hidden_config_params_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_versions(self):
params = self.catalog.get_secure_config_params(adminCtx, {'module_name': 'test3'})[0]
self.assertEqual(len(params), 1)
self.assertEqual(params[0]['param_name'], 'param0')
self.assertEqual(params[0]['param_value'], 'value0')
self.assertEqual(params[0]['param_value'], 'value1')
self.assertEqual(params[0]['version_tag'], 'special_version')

self.catalog.remove_secure_config_params(adminCtx, {'data': [{'module_name': 'Test3',
Expand Down

0 comments on commit e542376

Please sign in to comment.