Skip to content

Commit 575d058

Browse files
committed
chore: fmt
1 parent 84234fe commit 575d058

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

testinfra/test_ami_nix.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,7 @@ def is_healthy(ssh) -> bool:
375375
result = run_ssh_command(ssh, command)
376376
if not result["succeeded"]:
377377
info_text = ""
378-
info_command = (
379-
f"sudo journalctl -b -u {service} -n 20 --no-pager"
380-
)
378+
info_command = f"sudo journalctl -b -u {service} -n 20 --no-pager"
381379
info_result = run_ssh_command(ssh, info_command)
382380
if info_result["succeeded"]:
383381
info_text = "\n" + info_result["stdout"].strip()

0 commit comments

Comments
 (0)