requisites *should* be aggregated

This commit is contained in:
Akmod 2024-06-07 14:59:17 -06:00 committed by Daniel Wozniak
parent 5c7124a0ee
commit e2cf0e561e

View file

@ -1064,8 +1064,8 @@ def test_mod_aggregate(minion_opts):
] ]
# Ensure that the require requisite from the # Ensure that the require requisite from the
# figlet state doesn't find its way into this state # figlet state finds its way into this state
assert "require" not in low_ret assert "require" in low_ret
# Ensure pkgs were aggregated # Ensure pkgs were aggregated
assert low_ret["pkgs"] == ["figlet", "sl"] assert low_ret["pkgs"] == ["figlet", "sl"]