mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
This one should be beacon_name in the ret instead of _beacon_name which goes in the configuration.
This commit is contained in:
parent
5d8db67eb2
commit
007775ca8b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class BeaconsTestCase(TestCase, LoaderModuleMockMixin):
|
|||
{
|
||||
"tag": "salt/beacon/minion/watch_apache/",
|
||||
"data": {"id": "minion", "apache2": "Stopped"},
|
||||
"_beacon_name": "ps",
|
||||
"beacon_name": "ps",
|
||||
}
|
||||
]
|
||||
self.assertEqual(ret, _expected)
|
||||
|
|
Loading…
Add table
Reference in a new issue