mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix test after formatting changes (pre-commit)
This commit is contained in:
parent
8c06378dd8
commit
f406a090df
1 changed files with 2 additions and 3 deletions
|
@ -119,10 +119,9 @@ def test_ansible_module_call():
|
|||
env=ANY,
|
||||
check=True,
|
||||
shell=False,
|
||||
stderr=-1,
|
||||
stdout=-1,
|
||||
capture_output=True,
|
||||
timeout=1200,
|
||||
universal_newlines=True,
|
||||
text=True,
|
||||
)
|
||||
assert ret == {"completed": True}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue