mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
4114a4f5d8
commit
f7041285d5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue