Update test to use the correct key.

This commit is contained in:
Gareth J. Greenaway 2023-10-02 16:23:23 -07:00
parent 27f6fb4d3c
commit bd457156c0
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -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