mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
remove ignore_list
This commit is contained in:
parent
8744762580
commit
f83d414280
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ def get_configured_provider():
|
|||
|
||||
def test_extension_deprecation():
|
||||
"""
|
||||
this tests for a condition where an included jinja template
|
||||
is removed from the salt filesystem, but is still loaded from
|
||||
the cache.
|
||||
this tests the extension_deprecation_message decorator to
|
||||
ensure that the warning is raised when a decorated function
|
||||
is called.
|
||||
"""
|
||||
expected_deprecation_message = (
|
||||
"The 'salt_mod' functionality in Salt has been deprecated and "
|
||||
|
|
Loading…
Add table
Reference in a new issue