mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update test to use the correct key.
This commit is contained in:
parent
27f6fb4d3c
commit
bd457156c0
1 changed files with 3 additions and 1 deletions
|
@ -78,7 +78,9 @@ include:
|
|||
|
||||
ret = salt_call_cli.run("state.show_low_sls", "includetest")
|
||||
assert "__sls_included_from__" in ret.data[0]
|
||||
assert "includetest.only-include" in ret.data[0]["__included_from__"]
|
||||
assert (
|
||||
"includetest.only-include" in ret.data[0]["__sls_included_from__"]
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.slow_test
|
||||
|
|
Loading…
Add table
Reference in a new issue