Skip to content

Commit

Permalink
update test due to change to default value of CNF param
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-ep committed Aug 17, 2018
1 parent 2a283cd commit c27ab01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/webapi/test_websocket.py
Expand Up @@ -88,7 +88,7 @@ def test_config_management(self):
self.assertIn('cnf', sentinel_configs)
self.assertIsInstance(sentinel_configs['cnf'], dict)
self.assertEqual(len(sentinel_configs['cnf']), 23)
self.assertEqual(sentinel_configs['cnf']['flag_cal2_correction_cnf']['value'], False)
self.assertEqual(sentinel_configs['cnf']['flag_cal2_correction_cnf']['value'], True)
self.assertEqual(sentinel_configs['cnf']['N_looks_stack_cnf']['value'], 240)
self.assertIn('cst', sentinel_configs)
self.assertIsInstance(sentinel_configs['cst'], dict)
Expand Down

0 comments on commit c27ab01

Please sign in to comment.