Fix test after formatting changes (pre-commit)

This commit is contained in:
Johannes Hahn 2024-02-14 17:42:39 +01:00 committed by Daniel Wozniak
parent 8c06378dd8
commit f406a090df

View file

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