mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 02:00:20 +00:00
requisites *should* be aggregated
This commit is contained in:
parent
5c7124a0ee
commit
e2cf0e561e
1 changed files with 2 additions and 2 deletions
|
@ -1064,8 +1064,8 @@ def test_mod_aggregate(minion_opts):
|
|||
]
|
||||
|
||||
# Ensure that the require requisite from the
|
||||
# figlet state doesn't find its way into this state
|
||||
assert "require" not in low_ret
|
||||
# figlet state finds its way into this state
|
||||
assert "require" in low_ret
|
||||
|
||||
# Ensure pkgs were aggregated
|
||||
assert low_ret["pkgs"] == ["figlet", "sl"]
|
||||
|
|
Loading…
Add table
Reference in a new issue