Skip to content

Commit

Permalink
This one should be beacon_name in the ret instead of _beacon_name whi…
Browse files Browse the repository at this point in the history
…ch goes in the configuration.
  • Loading branch information
garethgreenaway authored and dwoz committed Oct 8, 2020
1 parent 5d8db67 commit 007775c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_beacons.py
Expand Up @@ -42,7 +42,7 @@ def test_beacon_module(self):
{
"tag": "salt/beacon/minion/watch_apache/",
"data": {"id": "minion", "apache2": "Stopped"},
"_beacon_name": "ps",
"beacon_name": "ps",
}
]
self.assertEqual(ret, _expected)
Expand Down

0 comments on commit 007775c

Please sign in to comment.