Skip to content

Commit

Permalink
Fixing failing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgreenaway authored and dwoz committed Oct 8, 2020
1 parent c0cc117 commit 5d8db67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/unit/beacons/test_inotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def test__get_notifier(self):
},
"coalesce": True,
"beacon_module": "inotify",
"beacon_name": "httpd.inotify",
"_beacon_name": "httpd.inotify",
}

ret = inotify._get_notifier(config)
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/test_beacons.py
Original file line number Diff line number Diff line change
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 All @@ -56,7 +56,7 @@ def test_beacon_module(self):
[
{"processes": {"apache2": "stopped"}},
{"beacon_module": "ps"},
{"beacon_name": "watch_apache"},
{"_beacon_name": "watch_apache"},
]
)
]
Expand Down

0 comments on commit 5d8db67

Please sign in to comment.