fixing type in load beacon module and adding option validators to config check function along with mock default values in test, fixes #48343

This commit is contained in:
Antonio Jordan 2018-11-02 18:52:12 +00:00
parent 4114a4f5d8
commit f7041285d5
No known key found for this signature in database
GPG key ID: 3394CD9220E4CB8C

View file

@ -54,7 +54,7 @@ class LoadBeaconTestCase(TestCase, LoaderModuleMockMixin):
config = [{'averages': {'1m': [0.0, 2.0],
'5m': [0.0, 1.5],
'15m': [0.0, 1.0]},
'emitatstartup': False,
'emitatstartup': True,
'onchangeonly': False}]
ret = load.validate(config)