mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Ansible.Basic - fix deprecate return value (#48908)
This commit is contained in:
parent
8e6c3b06b8
commit
e62edfc796
2 changed files with 3 additions and 3 deletions
|
@ -655,7 +655,7 @@ test_no_log - Invoked with:
|
|||
}
|
||||
deprecations = @(
|
||||
@{
|
||||
message = "Param 'removed1' is deprecated. See the module docs for more information"
|
||||
msg = "Param 'removed1' is deprecated. See the module docs for more information"
|
||||
version = "2.1"
|
||||
}
|
||||
)
|
||||
|
@ -710,7 +710,7 @@ test_no_log - Invoked with:
|
|||
module_args = @{}
|
||||
}
|
||||
warnings = @("warning")
|
||||
deprecations = @(@{message = "message"; version = "2.8"})
|
||||
deprecations = @(@{msg = "message"; version = "2.8"})
|
||||
}
|
||||
$actual | Assert-DictionaryEquals -Expected $expected
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue